mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Update entrypoint.sh
This commit is contained in:
@@ -55,7 +55,7 @@ _local_commit() {
|
||||
}
|
||||
|
||||
_push_to_github() {
|
||||
if [ -n "$INPUT_BRANCH" ]
|
||||
if [ -z "$INPUT_BRANCH" ]
|
||||
then
|
||||
git push origin
|
||||
else
|
||||
|
Reference in New Issue
Block a user