Skip to content

Commit 40fe020

Browse files
committed
Replaced auto-sync src's in commit msgs w/ URLs
1 parent 9e99a30 commit 40fe020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
run: |
5555
cd ${{ github.workspace }}/adamlui/perplexity-omnibox
5656
git add .
57-
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from adamlui/perplexity-omnibox]" || true
57+
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/perplexity-omnibox]" || true
5858
git push
5959
6060
- name: Push changes to adamlui/ai-apps
6161
run: |
6262
cd ${{ github.workspace }}/adamlui/ai-apps
6363
git add .
64-
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from adamlui/perplexity-omnibox]" || true
64+
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/perplexity-omnibox]" || true
6565
git push

0 commit comments

Comments
 (0)