mirror of
https://github.com/actions/upload-artifact.git
synced 2024-11-09 10:53:35 -05: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'
|
||||
include-hidden-files:
|
||||
description: >
|
||||
If true, hidden files will be included in the merged artifact.
|
||||
If false, hidden files will be excluded from the merged artifact.
|
||||
If true, hidden files will be included in the artifact.
|
||||
If false, hidden files will be excluded from the artifact.
|
||||
default: 'false'
|
||||
|
||||
outputs:
|
||||
|
|
Loading…
Reference in a new issue