diff --git a/.github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml b/.github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml index a9fafd17a..eeabd6ef9 100644 --- a/.github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml +++ b/.github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml @@ -70,5 +70,5 @@ jobs: run: | cd ${{ github.workspace }}/KudoAI/chatgpt.js-chrome-starter git add . - git commit -n -m "$ESCAPED_MSG↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]" || true + git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]" || true git push