1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 14:27:18 +08:00

Merge branch 'master' into restructure-readme

This commit is contained in:
spawnia
2020-05-10 12:48:11 +02:00

View File

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