dorny / paths-filter

Conditionally run actions based on files modified by PR, feature branch or pushed commits
MIT License
2.14k stars 239 forks source link

Set `list-files` input parameter as not required #157

Closed tlinhart closed 1 year ago

tlinhart commented 2 years ago

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.

dorny commented 1 year ago

Thanks, @tlinhart, you are right.