mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Remove branch default value
This commit is contained in:
parent
5df30c89b8
commit
e20b39e8ed
@ -10,7 +10,7 @@ inputs:
|
||||
branch:
|
||||
description: Git branch name, where changes should be pushed too.
|
||||
required: false
|
||||
default: ${GITHUB_REF:11}
|
||||
default: null
|
||||
commit_options:
|
||||
description: Commit options (eg. --no-verify)
|
||||
required: false
|
||||
|
Loading…
Reference in New Issue
Block a user