Skip to content

Commit

Permalink
Set list-files input parameter as not required
Browse files Browse the repository at this point in the history
There is a default value provided in the action metadata file so the input parameter should be specified as not required. Leaving it marked as required causes workflow validation errors when leaving out this parameter.
  • Loading branch information
Tomáš Linhart authored and GitHub committed Sep 29, 2022
1 parent 8c7f485 commit ff17951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
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 ff17951

Please sign in to comment.