mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Add "changes" output variable to support matrix job configuration
This commit is contained in:
parent
84e1697bff
commit
9e8c9af501
5 changed files with 67 additions and 4 deletions
|
@ -37,6 +37,9 @@ inputs:
|
|||
This option takes effect only when changes are detected using git against different base branch.
|
||||
required: false
|
||||
default: '10'
|
||||
outputs:
|
||||
changes:
|
||||
description: JSON array with names of all filters matching any of changed files
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue