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 63e2029 commit 1804fffCopy full SHA for 1804fff
.github/workflows/sync-changes.yml
@@ -50,13 +50,6 @@ jobs:
50
git config --global user.email "[email protected]"
51
git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}"
52
53
- - name: Push changes to adamlui/perplexity-omnibox
54
- run: |
55
- cd ${{ github.workspace }}/adamlui/perplexity-omnibox
56
- git add .
57
- 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
run: |
62
cd ${{ github.workspace }}/adamlui/ai-apps
0 commit comments