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/
2
2
3
3
on :
4
4
push :
@@ -25,12 +25,12 @@ jobs:
25
25
path : KudoAI/amazongpt
26
26
fetch-depth : 2
27
27
28
- - name : Checkout adamlui/ai-apps
28
+ - name : Checkout adamlui/ai-web-extensions
29
29
uses : actions/checkout@v4
30
30
with :
31
31
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
34
34
35
35
- name : Checkout adamlui/userscripts
36
36
uses : actions/checkout@v4
@@ -75,11 +75,11 @@ jobs:
75
75
# Expose sync src for commit msg in self-push step
76
76
echo "SYNC_SRC=$sync_src" >> $GITHUB_ENV
77
77
78
- - name : Sync ** to adamlui/ai-apps /amazongpt/
78
+ - name : Sync ** to adamlui/ai-web-extensions /amazongpt/
79
79
run : |
80
80
rsync -avhr --delete --exclude '.*' \
81
81
${{ github.workspace }}/KudoAI/amazongpt/ \
82
- ${{ github.workspace }}/adamlui/ai-apps /amazongpt/
82
+ ${{ github.workspace }}/adamlui/ai-web-extensions /amazongpt/
83
83
84
84
- name : Sync greasemonkey/ to adamlui/userscripts/chatgpt/amazongpt/
85
85
run : |
@@ -111,9 +111,9 @@ jobs:
111
111
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}/]" || true
112
112
git push
113
113
114
- - name : Push changes to adamlui/ai-apps
114
+ - name : Push changes to adamlui/ai-web-extensions
115
115
run : |
116
- cd ${{ github.workspace }}/adamlui/ai-apps
116
+ cd ${{ github.workspace }}/adamlui/ai-web-extensions
117
117
git add .
118
118
git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/KudoAI/amazongpt]" || true
119
119
git push
0 commit comments