Skip to content

Commit

Permalink
Replaced auto-sync src's in commit msgs w/ URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Nov 17, 2024
1 parent c8cdb13 commit c344b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ jobs:
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 https://github.com/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 https://github.com/KudoAI/duckduckgpt]" || true
git push

0 comments on commit c344b94

Please sign in to comment.