Skip to content

Commit

Permalink
fix: warning for "unexpected input predicate-quantifier"
Browse files Browse the repository at this point in the history
Fixes dorny#225

Signed-off-by: David Swafford <[email protected]>
  • Loading branch information
dswaffordcw committed Feb 1, 2025
1 parent de90cc6 commit 4c1c3ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c1c3ac

Please sign in to comment.