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:
Scott Crooks 2025-04-11 19:43:02 +02:00
parent de90cc6fb3
commit 7b47280cac
No known key found for this signature in database
GPG key ID: 1013BA3530FFE8DA
3 changed files with 16 additions and 0 deletions

View file

@ -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: