paths-filter
paths-filter copied to clipboard
Add missing `predicate-quantifier` input definition to action.yml
The predicate-quantifier input was added at v3.0.2 but is not listed in action.yml. Though listing inputs is optional, actionlint looks at them to verify the usage of the inputs.
This PR adds the missing input definition to the manifest file so that it can solve the issue: https://github.com/rhysd/actionlint/issues/416
The description was stolen from the usage document in README.md.
Running into the same issue. Thanks for the fix!
@dorny can you please merge this and release it when you have some time?
thanks
This PR is a duplicate of #226