This commit is contained in:
Andrew Guibert 2022-05-28 14:07:48 +02:00 committed by GitHub
commit d3b70bcd12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 16 deletions

View file

@ -8,6 +8,11 @@ inputs:
path:
description: 'A file, directory or wildcard pattern that describes what to upload'
required: true
single-archive:
description: >
Whether or not all files for the action should be combined into a single archive
or uploaded as separate archives
default: 'true'
if-no-files-found:
description: >
The desired behavior if no files are found using the provided path.