mirror of
https://github.com/actions/upload-artifact
synced 2024-11-09 10:52:39 +00:00
Remove "merged" from include-hidden-files
input description
This commit is contained in:
parent
3b315f26f6
commit
710f362075
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ inputs:
|
||||||
default: 'false'
|
default: 'false'
|
||||||
include-hidden-files:
|
include-hidden-files:
|
||||||
description: >
|
description: >
|
||||||
If true, hidden files will be included in the merged artifact.
|
If true, hidden files will be included in the artifact.
|
||||||
If false, hidden files will be excluded from the merged artifact.
|
If false, hidden files will be excluded from the artifact.
|
||||||
default: 'false'
|
default: 'false'
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|
Loading…
Reference in a new issue