You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pull request added the feature in the code but did not declare the predicate-quantifier parameter as a possible input in the action.yml file which is standard for GitHub actions.
The text was updated successfully, but these errors were encountered:
petermetz
added a commit
to petermetz/paths-filter
that referenced
this issue
Mar 4, 2024
Declared the input parameter in the action.yml file so GitHub should
no longer complain about invalid input when we use the new feature.
Fixesdorny#225
Signed-off-by: Peter Somogyvari <[email protected]>
The Problem
The error message shown when I try to use the new predicate quantifier feature is pasted below.
The feature was introduced by: #224
Root Cause Analysis
The pull request added the feature in the code but did not declare the predicate-quantifier parameter as a possible input in the action.yml file which is standard for GitHub actions.
The text was updated successfully, but these errors were encountered: