Add a warning about enabling include-hidden-files

This commit is contained in:
Josh Gross 2024-08-15 19:45:59 -04:00
parent 710f362075
commit d52396ac5d
No known key found for this signature in database

View file

@ -110,6 +110,8 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
overwrite:
# Whether to include hidden files in the provided path in the artifact
# The file contents of any hidden files in the path should be validated before
# enabled this to avoid uploading sensitive information.
# Optional. Default is 'false'
include-hidden-files:
```