Update action.yml

This commit is contained in:
deep-soft 2023-12-12 20:44:51 +02:00 committed by GitHub
parent c9b46fe7aa
commit f32afa1040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,9 @@ inputs:
files:
description: "Newline-delimited list of path globs for asset files to upload"
required: false
filelist:
description: "Filelist with path globs for asset files to upload"
required: false
fail_on_unmatched_files:
description: "Fails if any of the `files` globs match nothing. Defaults to false"
required: false