Skip to content

Commit f39e31f

Browse files
authored
Lowercased README in name + commit msg
1 parent ad537be commit f39e31f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update usercount shields in READMEs, then sync to adamlui/ai-web-extensions
1+
name: Update usercount shields in readmes, then sync to adamlui/ai-web-extensions
22

33
on:
44
workflow_dispatch:
@@ -145,13 +145,13 @@ jobs:
145145
run: |
146146
cd ${{ github.workspace }}/adamlui/perplexity-omnibox
147147
git add .
148-
git commit -n -m "Updated usercount shield counters in READMEs" || true
148+
git commit -n -m "Updated usercount shield counters in readmes" || true
149149
git push
150150
151151
- name: Push changes to adamlui/ai-web-extensions
152152
if: env.USERS_UPDATED == 'true'
153153
run: |
154154
cd ${{ github.workspace }}/adamlui/ai-web-extensions
155155
git add .
156-
git commit -n -m "Updated usercount shield counters in Perplexity Omnibox READMEs" || true
156+
git commit -n -m "Updated usercount shield counters in Perplexity Omnibox readmes" || true
157157
git push

0 commit comments

Comments
 (0)