mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Change detection via git + rename githubToken
to token
(#9)
This commit is contained in:
parent
a2e5f9f7bb
commit
1cbb925a17
9 changed files with 1318 additions and 31 deletions
|
@ -2,9 +2,9 @@ name: 'Pull request changed files filter'
|
|||
description: 'Enables conditional execution of workflow job steps considering which files are modified by a pull request.'
|
||||
author: 'Michal Dorner <dorner.michal@gmail.com>'
|
||||
inputs:
|
||||
githubToken:
|
||||
token:
|
||||
description: 'GitHub Access Token'
|
||||
required: true
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
filters:
|
||||
description: 'Path to the configuration file or YAML string with filters definition'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue