Skip to content

Commit 4c1c3ac

Browse files
committed
fix: warning for "unexpected input predicate-quantifier"
Fixes #225 Signed-off-by: David Swafford <[email protected]>
1 parent de90cc6 commit 4c1c3ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ inputs:
4444
This option takes effect only when changes are detected using git against different base branch.
4545
required: false
4646
default: '100'
47+
predicate-quantifier:
48+
description: |
49+
Overrides the default behavior of the file matching algorithm:
50+
'every' - Matches files only if all file path patterns matched
51+
'some' - Matches files when one or more file path patterns match
52+
required: false
53+
default: some
4754
outputs:
4855
changes:
4956
description: JSON array with names of all filters matching any of changed files

0 commit comments

Comments
 (0)