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