Skip to content

Commit f14c675

Browse files
committed
Corrected commit msgs
1 parent f3e8050 commit f14c675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-usercount-shields-weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ jobs:
130130
run: |
131131
cd ${{ github.workspace }}/adamlui/perplexity-omnibox
132132
git add .
133-
git commit -n -m "Updated usercount shield counters in root READMEs" || true
133+
git commit -n -m "Updated usercount shield counters in READMEs" || true
134134
git push
135135
136136
- name: Push changes to adamlui/ai-web-extensions
137137
if: env.USERS_UPDATED == 'true'
138138
run: |
139139
cd ${{ github.workspace }}/adamlui/ai-web-extensions
140140
git add .
141-
git commit -n -m "Updated usercount shield counters in ChatGPT Widescreen root READMEs" || true
141+
git commit -n -m "Updated usercount shield counters in Perplexity Omnibox READMEs" || true
142142
git push

0 commit comments

Comments
 (0)