This commit is contained in:
Adriano dos Santos Fernandes 2024-02-23 22:57:53 +00:00 committed by GitHub
commit 34ae880148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 52 additions and 19 deletions

View file

@ -24,6 +24,10 @@ inputs:
files:
description: "Newline-delimited list of path globs for asset files to upload"
required: false
overwrite_files:
description: "Overwrite existing files with the same name. Defaults to false"
required: false
default: 'true'
fail_on_unmatched_files:
description: "Fails if any of the `files` globs match nothing. Defaults to false"
required: false