mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-24 03:18:02 +02:00
Rename github-token
input to githubToken
This commit is contained in:
@ -2,7 +2,7 @@ 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:
|
||||
github-token:
|
||||
githubToken:
|
||||
description: 'GitHub Access Token - use ${{ github.token }}'
|
||||
required: true
|
||||
filters:
|
||||
|
Reference in New Issue
Block a user