From 12282205b7d0f5a03003906810d97fd34e55b4df Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 20 Sep 2019 10:01:27 +0200 Subject: [PATCH] Try to fix git push --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a2b8873..af3f628 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,7 +34,7 @@ then git commit -m "$INPUT_COMMIT_MESSAGE" --author="$INPUT_COMMIT_AUTHOR_NAME <$INPUT_COMMIT_AUTHOR_EMAIL>" - git push --set-upstream origin HEAD:"$PUSH_BRANCH" + git push --set-upstream origin "HEAD:$PUSH_BRANCH" else echo "Working tree clean. Nothing to commit." fi