Skip to content

Commit 668c092

Browse files
authored
Merge pull request #279 from wardpeet/patch-1
Add missing predicate-quantifier
2 parents de90cc6 + 209e614 commit 668c092

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ 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+
allows to override the "at least one pattern" behavior to make it so that all of the patterns have to match or otherwise the file is excluded.
50+
required: false
51+
default: 'some'
4752
outputs:
4853
changes:
4954
description: JSON array with names of all filters matching any of changed files

0 commit comments

Comments
 (0)