From beaa6ac1f43662a1e24434c205fbb0c694eada85 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Thu, 21 Nov 2024 15:12:06 -0800 Subject: [PATCH] Added space in auto-sync commit msg --- .github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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