Skip to content
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

Open
petermetz opened this issue Mar 4, 2024 · 0 comments · May be fixed by #226
Open

fix: Unexpected input(s) 'predicate-quantifier' #225

petermetz opened this issue Mar 4, 2024 · 0 comments · May be fixed by #226

Comments

@petermetz
Copy link
Contributor

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

Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']

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.

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 <peter.somogyvari@accenture.com>
@petermetz petermetz linked a pull request Mar 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant