Rename github-token input to githubToken

This commit is contained in:
Michal Dorner 2020-05-21 00:38:22 +02:00
parent f29479bb44
commit 350b8cb78b
4 changed files with 7 additions and 7 deletions

View file

@ -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: