mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
fix: warning for "unexpected input predicate-quantifier"
Fixes dorny#225 Signed-off-by: David Swafford <dswafford@coreweave.com>
This commit is contained in:
parent
de90cc6fb3
commit
4c1c3ace3c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue