mirror of
https://github.com/actions/upload-artifact.git
synced 2024-11-24 12:12:09 +00:00
Fix include-hidden-files
documentation grammar
This commit is contained in:
parent
3ebf8b2556
commit
ecc6a0a912
1 changed files with 2 additions and 2 deletions
|
@ -111,9 +111,9 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
|
||||||
# Optional. Default is 'false'
|
# Optional. Default is 'false'
|
||||||
overwrite:
|
overwrite:
|
||||||
|
|
||||||
# Whether to include hidden files in the provided path in the artifact
|
# 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
|
# The file contents of any hidden files in the path should be validated before
|
||||||
# enabled this to avoid uploading sensitive information.
|
# enabling this to avoid uploading sensitive information.
|
||||||
# Optional. Default is 'false'
|
# Optional. Default is 'false'
|
||||||
include-hidden-files:
|
include-hidden-files:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue