mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Remove branch default value
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user