mirror of
https://gitea.com/actions/dorny-paths-filter.git
synced 2025-12-15 04:47:15 +00:00
Rename github-token input to githubToken
This commit is contained in:
@@ -6,7 +6,7 @@ import Filter from './filter'
|
||||
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
const token = core.getInput('github-token', {required: true})
|
||||
const token = core.getInput('githubToken', {required: true})
|
||||
const filterYaml = core.getInput('filter', {required: true})
|
||||
const client = new github.GitHub(token)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user