Skip to content

Commit c947f43

Browse files
committed
Prepended project name to sync src in self-push commit msg
1 parent 6e34fe9 commit c947f43

7 files changed

+7
-7
lines changed

.github/workflows/sync-amazongpt-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
cd ${{ github.workspace }}/adamlui/ai-web-extensions
110110
git pull # again to sync w/ concurrent workflow updates
111-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true
111+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from amazongpt/${{ env.SYNC_SRC }}]" || true
112112
git push
113113
114114
- name: Push changes to KudoAI/amazongpt

.github/workflows/sync-autoclear-chatgpt-history-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
cd ${{ github.workspace }}/adamlui/ai-web-extensions
110110
git pull # again to sync w/ concurrent workflow updates
111-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true
111+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from autoclear-chatgpt-history/${{ env.SYNC_SRC }}]" || true
112112
git push
113113
114114
- name: Push changes to adamlui/autoclear-chatgpt-history

.github/workflows/sync-bravegpt-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
cd ${{ github.workspace }}/adamlui/ai-web-extensions
110110
git pull # again to sync w/ concurrent workflow updates
111-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true
111+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from bravegpt/${{ env.SYNC_SRC }}]" || true
112112
git push
113113
114114
- name: Push changes to KudoAI/bravegpt

.github/workflows/sync-chatgpt-auto-refresh-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
cd ${{ github.workspace }}/adamlui/ai-web-extensions
110110
git pull # again to sync w/ concurrent workflow updates
111-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true
111+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from chatgpt-auto-refresh/${{ env.SYNC_SRC }}]" || true
112112
git push
113113
114114
- name: Push changes to adamlui/chatgpt-auto-refresh

.github/workflows/sync-chatgpt-auto-talk-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
cd ${{ github.workspace }}/adamlui/ai-web-extensions
110110
git pull # again to sync w/ concurrent workflow updates
111-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true
111+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from chatgpt-auto-talk/${{ env.SYNC_SRC }}]" || true
112112
git push
113113
114114
- name: Push changes to adamlui/chatgpt-auto-talk

.github/workflows/sync-duckduckgpt-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
cd ${{ github.workspace }}/adamlui/ai-web-extensions
110110
git pull # again to sync w/ concurrent workflow updates
111-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true
111+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from duckduckgpt/${{ env.SYNC_SRC }}]" || true
112112
git push
113113
114114
- name: Push changes to KudoAI/duckduckgpt

.github/workflows/sync-googlegpt-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
cd ${{ github.workspace }}/adamlui/ai-web-extensions
110110
git pull # again to sync w/ concurrent workflow updates
111-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from ${{ env.SYNC_SRC }}]" || true
111+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from googlegpt/${{ env.SYNC_SRC }}]" || true
112112
git push
113113
114114
- name: Push changes to KudoAI/googlegpt

0 commit comments

Comments
 (0)