Merge pull request #157 from tlinhart/patch-1

Set `list-files` input parameter as not required
This commit is contained in:
Michal Dorner 2022-10-11 22:40:00 +02:00 committed by GitHub
commit 829abbf5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ inputs:
If needed it uses single or double quotes to wrap filename with unsafe characters.
'escape'- Space delimited list usable as command line argument list in linux shell.
Backslash escapes every potentially unsafe character.
required: true
required: false
default: none
initial-fetch-depth:
description: |