diff --git a/entrypoint.sh b/entrypoint.sh index 3bd1f79..cdbb5d7 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,5 +25,5 @@ cp -r "$FOLDER"/* "$CLONE_DIR" cd "$CLONE_DIR" git add . -git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)" +git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA" git push origin master