generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Unexpected input(s) 'predicate-quantifier' #225
Comments
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. Fixes dorny#225 Signed-off-by: Peter Somogyvari <[email protected]>
sekiye
pushed a commit
to alpaca-engineer/paths-filter
that referenced
this issue
Dec 10, 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. Fixes dorny#225 Signed-off-by: Peter Somogyvari <[email protected]>
Any update on this issue? |
dswaffordcw
added a commit
to dswaffordcw/paths-filter
that referenced
this issue
Feb 1, 2025
Fixes dorny#225 Signed-off-by: David Swafford <[email protected]>
As far as I can tell, the feature itself works, so the warning can be ignored. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: