From 49fa6b4e7a8d92bae68874442ecbc3f78f7a97c7 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 31 Aug 2019 18:14:28 +0200 Subject: [PATCH] WIP --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 68ecc49..1b27752 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -49,8 +49,7 @@ then # git checkout $PUSH_BRANCH git add . git commit -m "$INPUT_COMMIT_MESSAGE" --author="$INPUT_COMMIT_AUTHOR_NAME <$INPUT_COMMIT_AUTHOR_EMAIL>" || echo "No changes found. Nothing to commit." - git push -u origin HEAD - # git push --set-upstream origin "${GITHUB_REF:11}" + git push --set-upstream origin "${GITHUB_REF:11}" # git push --set-upstream origin $PUSH_BRANCH else echo "Working tree clean. Nothing to commit."