From 4c1c3ace3c935e313fb71640f2c0a21fed12bca5 Mon Sep 17 00:00:00 2001 From: David Swafford Date: Fri, 31 Jan 2025 17:58:58 -0800 Subject: [PATCH] fix: warning for "unexpected input predicate-quantifier" Fixes dorny#225 Signed-off-by: David Swafford --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index e7d24f5c..90395d31 100644 --- a/action.yml +++ b/action.yml @@ -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