13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-07-02 13:49:31 +00:00
This commit is contained in:
Scott Crooks 2026-04-13 16:20:29 +00:00 committed by GitHub
commit 7efdf018c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -50,6 +50,10 @@ inputs:
required: false
default: 'some'
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: