Skip to content

Commit

Permalink
Removed backticks from auto-sync src's in commit msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Nov 17, 2024
1 parent f2b1002 commit c8cdb13
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 @@ -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

0 comments on commit c8cdb13

Please sign in to comment.