dorny / paths-filter

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

Add missing `predicate-quantifier` input definition to action.yml #236

Open rhysd opened 2 months ago

rhysd commented 2 months ago

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.

jiuguangw commented 2 months ago

Running into the same issue. Thanks for the fix!

jamagalhaes commented 1 month ago

@dorny can you please merge this and release it when you have some time?

thanks

GRA0007 commented 3 weeks ago

This PR is a duplicate of #226