We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de90cc6 commit 4c1c3acCopy full SHA for 4c1c3ac
action.yml
@@ -44,6 +44,13 @@ inputs:
44
This option takes effect only when changes are detected using git against different base branch.
45
required: false
46
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
54
outputs:
55
changes:
56
description: JSON array with names of all filters matching any of changed files
0 commit comments