We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e99a30 commit 40fe020Copy full SHA for 40fe020
.github/workflows/sync-changes.yml
@@ -54,12 +54,12 @@ jobs:
54
run: |
55
cd ${{ github.workspace }}/adamlui/perplexity-omnibox
56
git add .
57
- git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from adamlui/perplexity-omnibox]" || true
+ git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/perplexity-omnibox]" || true
58
git push
59
60
- name: Push changes to adamlui/ai-apps
61
62
cd ${{ github.workspace }}/adamlui/ai-apps
63
64
65
0 commit comments