Change detection via git + rename githubToken to token (#9)

This commit is contained in:
Michal Dorner 2020-05-26 17:16:09 +02:00 committed by GitHub
parent a2e5f9f7bb
commit 1cbb925a17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1318 additions and 31 deletions

View file

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