mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 10:01:34 +00:00
feat: adding any and all boolean outputs
This adds two boolean outputs `any` and `all` so that someone can track whether (1) any filter has at least one changed file, or (2) all filters have at least one changed file Closes #266 Signed-off-by: Scott Crooks <scott.crooks@gmail.com>
This commit is contained in:
parent
de90cc6fb3
commit
7b47280cac
3 changed files with 16 additions and 0 deletions
|
@ -45,6 +45,10 @@ inputs:
|
|||
required: false
|
||||
default: '100'
|
||||
outputs:
|
||||
all_changed:
|
||||
description: Boolean value indicating if all of the filters contained at least one changed file
|
||||
any_changed:
|
||||
description: Boolean value indicating if any of the filters contained at least one changed file
|
||||
changes:
|
||||
description: JSON array with names of all filters matching any of changed files
|
||||
runs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue