Skip to content

Commit 1b65876

Browse files
committed
Corrected repo spelling in commit msg
1 parent 6d882d6 commit 1b65876

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
run: |
9595
cd ${{ github.workspace }}/adamlui/brave-omnibox
9696
git pull # again to sync w/ concurrent workflow updates
97-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensionss/tree/main/brave-omnibox]" || true
97+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/brave-omnibox]" || true
9898
git push

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ jobs:
115115
run: |
116116
cd ${{ github.workspace }}/KudoAI/bravegpt
117117
git pull # again to sync w/ concurrent workflow updates
118-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensionss/tree/main/bravegpt]" || true
118+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]" || true
119119
git push
120120
121121
- name: Push changes to adamlui/userscripts
122122
run: |
123123
cd ${{ github.workspace }}/adamlui/userscripts
124124
git pull # again to sync w/ concurrent workflow updates
125-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensionss/tree/main/bravegpt]" || true
125+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]" || true
126126
git push

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
run: |
9595
cd ${{ github.workspace }}/adamlui/deepseek-omnibox
9696
git pull # again to sync w/ concurrent workflow updates
97-
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensionss/tree/main/deepseek-omnibox]" || true
97+
git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/deepseek-omnibox]" || true
9898
git push

0 commit comments

Comments
 (0)