Skip to content

Commit 1804fff

Browse files
committed
Deleted unneeded self-push step
1 parent 63e2029 commit 1804fff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/sync-changes.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ jobs:
5050
git config --global user.email "[email protected]"
5151
git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}"
5252
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-
6053
- name: Push changes to adamlui/ai-apps
6154
run: |
6255
cd ${{ github.workspace }}/adamlui/ai-apps

0 commit comments

Comments
 (0)