dorny / paths-filter

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

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

Open petermetz opened 7 months ago

petermetz commented 7 months ago

The Problem

The error message shown when I try to use the new predicate quantifier feature is pasted below. The feature was introduced by: https://github.com/dorny/paths-filter/pull/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.