diff --git a/.github/workflows/sync-changes.yml b/.github/workflows/sync-changes.yml index c83ce5880e0..373fb8b18c7 100644 --- a/.github/workflows/sync-changes.yml +++ b/.github/workflows/sync-changes.yml @@ -104,19 +104,19 @@ jobs: run: | cd ${{ github.workspace }}/KudoAI/duckduckgpt git add . - git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`${{ env.SYNC_SRC }}\`]" || true + git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true git push - name: Push changes to adamlui/ai-apps run: | cd ${{ github.workspace }}/adamlui/ai-apps git add . - git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`KudoAI/duckduckgpt\`]" || true + git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from KudoAI/duckduckgpt]" || true git push - name: Push changes to adamlui/userscripts run: | cd ${{ github.workspace }}/adamlui/userscripts git add . - git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`KudoAI/duckduckgpt\`]" || true + git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from KudoAI/duckduckgpt]" || true git push