mirror of
https://github.com/dorny/paths-filter.git
synced 2026-09-01 13:05:35 +08:00
Rename github-token input to githubToken
This commit is contained in:
+1
-1
@@ -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