Merge pull request #75 from stefanzweifel/use-head-ref-as-default-value

Use github.head_ref as branch default value
This commit is contained in:
Stefan Zweifel 2020-05-10 12:31:26 +02:00 committed by GitHub
commit fd2aab7c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ inputs:
branch: branch:
description: Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event description: Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event
required: false required: false
default: '' default: ${{ github.head_ref }}
commit_options: commit_options:
description: Commit options (eg. --no-verify) description: Commit options (eg. --no-verify)
required: false required: false