Add working-directory input (#21)

This commit is contained in:
Michal Dorner 2020-07-02 22:56:14 +02:00
parent 14dd70c742
commit caef9bef1f
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
5 changed files with 29 additions and 0 deletions

View file

@ -6,6 +6,9 @@ inputs:
description: 'GitHub Access Token'
required: false
default: ${{ github.token }}
working-directory:
description: 'Relative path under $GITHUB_WORKSPACE where the repository was checked out.'
required: false
base:
description: |
Git reference (e.g. branch name) against which the changes will be detected. Defaults to repository default branch (e.g. master).