Skip to content

Commit f781057

Browse files
committed
Updated adamlui/ai-apps to adamlui/ai-web-extensions
1 parent 2bd06b7 commit f781057

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/sync-changes-to-repos.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync ** to adamlui/ai-apps/amazongpt/, then greasemonkey/ to adamlui/userscripts/chatgpt/amazongpt/
1+
name: Sync ** to adamlui/ai-web-extensions/amazongpt/, then greasemonkey/ to adamlui/userscripts/chatgpt/amazongpt/
22

33
on:
44
push:
@@ -25,12 +25,12 @@ jobs:
2525
path: KudoAI/amazongpt
2626
fetch-depth: 2
2727

28-
- name: Checkout adamlui/ai-apps
28+
- name: Checkout adamlui/ai-web-extensions
2929
uses: actions/checkout@v4
3030
with:
3131
token: ${{ secrets.REPO_SYNC_PAT }}
32-
repository: adamlui/ai-apps
33-
path: adamlui/ai-apps
32+
repository: adamlui/ai-web-extensions
33+
path: adamlui/ai-web-extensions
3434

3535
- name: Checkout adamlui/userscripts
3636
uses: actions/checkout@v4
@@ -75,11 +75,11 @@ jobs:
7575
# Expose sync src for commit msg in self-push step
7676
echo "SYNC_SRC=$sync_src" >> $GITHUB_ENV
7777
78-
- name: Sync ** to adamlui/ai-apps/amazongpt/
78+
- name: Sync ** to adamlui/ai-web-extensions/amazongpt/
7979
run: |
8080
rsync -avhr --delete --exclude '.*' \
8181
${{ github.workspace }}/KudoAI/amazongpt/ \
82-
${{ github.workspace }}/adamlui/ai-apps/amazongpt/
82+
${{ github.workspace }}/adamlui/ai-web-extensions/amazongpt/
8383
8484
- name: Sync greasemonkey/ to adamlui/userscripts/chatgpt/amazongpt/
8585
run: |
@@ -111,9 +111,9 @@ jobs:
111111
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}/]" || true
112112
git push
113113
114-
- name: Push changes to adamlui/ai-apps
114+
- name: Push changes to adamlui/ai-web-extensions
115115
run: |
116-
cd ${{ github.workspace }}/adamlui/ai-apps
116+
cd ${{ github.workspace }}/adamlui/ai-web-extensions
117117
git add .
118118
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/KudoAI/amazongpt]" || true
119119
git push

0 commit comments

Comments
 (0)