diff --git a/entrypoint.sh b/entrypoint.sh index fba64f4..83b3ae9 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 rigin master +git push -u origin master