Update action.yml
This commit is contained in:
parent
c9b46fe7aa
commit
f32afa1040
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ inputs:
|
||||||
files:
|
files:
|
||||||
description: "Newline-delimited list of path globs for asset files to upload"
|
description: "Newline-delimited list of path globs for asset files to upload"
|
||||||
required: false
|
required: false
|
||||||
|
filelist:
|
||||||
|
description: "Filelist with path globs for asset files to upload"
|
||||||
|
required: false
|
||||||
fail_on_unmatched_files:
|
fail_on_unmatched_files:
|
||||||
description: "Fails if any of the `files` globs match nothing. Defaults to false"
|
description: "Fails if any of the `files` globs match nothing. Defaults to false"
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue