Add 'fail_on_unmatched_files' input

This commit is contained in:
David Kramer 2020-06-24 22:12:02 -07:00
parent 9439581056
commit 34d9289fe1
6 changed files with 54 additions and 17 deletions

View file

@ -24,6 +24,9 @@ inputs:
files:
description: 'Newline-delimited list of 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
env:
'GITHUB_TOKEN': 'As provided by Github Actions'
outputs: