diff --git a/entrypoint.sh b/entrypoint.sh index 4bef9f3..0c4fe0f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,4 +37,4 @@ git status git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA" echo "Pushing git commit" -git push -u origin master +git push origin master