1- name : Sync ** to adamlui/ai-apps /perplexity-omnibox/
1+ name : Sync ** to adamlui/ai-web-extensions /perplexity-omnibox/
22
33on :
44 push :
@@ -24,18 +24,18 @@ jobs:
2424 repository : adamlui/perplexity-omnibox
2525 path : adamlui/perplexity-omnibox
2626
27- - name : Checkout adamlui/ai-apps
27+ - name : Checkout adamlui/ai-web-extensions
2828 uses : actions/checkout@v4
2929 with :
3030 token : ${{ secrets.REPO_SYNC_PAT }}
31- repository : adamlui/ai-apps
32- path : adamlui/ai-apps
31+ repository : adamlui/ai-web-extensions
32+ path : adamlui/ai-web-extensions
3333
34- - name : Sync ** to adamlui/ai-apps /perplexity-omnibox/
34+ - name : Sync ** to adamlui/ai-web-extensions /perplexity-omnibox/
3535 run : |
3636 rsync -avhr --delete --exclude '.*' \
3737 ${{ github.workspace }}/adamlui/perplexity-omnibox/ \
38- ${{ github.workspace }}/adamlui/ai-apps /perplexity-omnibox/
38+ ${{ github.workspace }}/adamlui/ai-web-extensions /perplexity-omnibox/
3939
4040 - name : Escape backticks in commit msg
4141 env :
5353 git config --global user.email "[email protected] " 5454 git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}"
5555
56- - name : Push changes to adamlui/ai-apps
56+ - name : Push changes to adamlui/ai-web-extensions
5757 run : |
58- cd ${{ github.workspace }}/adamlui/ai-apps
58+ cd ${{ github.workspace }}/adamlui/ai-web-extensions
5959 git add .
6060 git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/perplexity-omnibox]" || true
6161 git push
0 commit comments