Skip to content

Commit

Permalink
Merge pull request #157 from tlinhart/patch-1
Browse files Browse the repository at this point in the history
Set `list-files` input parameter as not required
  • Loading branch information
dorny committed Oct 11, 2022
2 parents c232e22 + ff17951 commit 829abbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 829abbf

Please sign in to comment.