fix: warning for "unexpected input predicate-quantifier"

Fixes dorny#225

Signed-off-by: David Swafford <dswafford@coreweave.com>
This commit is contained in:
David Swafford 2025-01-31 17:58:58 -08:00
parent de90cc6fb3
commit 4c1c3ace3c

View file

@ -44,6 +44,13 @@ inputs:
This option takes effect only when changes are detected using git against different base branch.
required: false
default: '100'
predicate-quantifier:
description: |
Overrides the default behavior of the file matching algorithm:
'every' - Matches files only if all file path patterns matched
'some' - Matches files when one or more file path patterns match
required: false
default: some
outputs:
changes:
description: JSON array with names of all filters matching any of changed files