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