Skip to content

Commit

Permalink
Added missing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Aug 14, 2024
1 parent 2e23f34 commit d2cc858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
git config --global user.name "kudo-sync-bot"
git config --global user.email "auto-sync@kudoai.com"
git add .
git commit -n -m "ESCAPED_MSG ↞ [auto-sync from \`${{ steps.sync_docs.outputs.sync_src }}\`]" || true
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`${{ steps.sync_docs.outputs.sync_src }}\`]" || true
git push
- name: Push changes to adamlui/chatgpt-apps
Expand All @@ -103,7 +103,7 @@ jobs:
git config --global user.name "kudo-sync-bot"
git config --global user.email "auto-sync@kudoai.com"
git add .
git commit -n -m "ESCAPED_MSG ↞ [auto-sync from \`KudoAI/bravegpt\`]" || true
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`KudoAI/bravegpt\`]" || true
git push
- name: Push changes to adamlui/userscripts
Expand All @@ -112,5 +112,5 @@ jobs:
git config --global user.name "kudo-sync-bot"
git config --global user.email "auto-sync@kudoai.com"
git add .
git commit -n -m ESCAPED_MSG ↞ [auto-sync from \`KudoAI/bravegpt\`]" || true
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from \`KudoAI/bravegpt\`]" || true
git push

0 comments on commit d2cc858

Please sign in to comment.