We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e8050 commit f14c675Copy full SHA for f14c675
.github/workflows/update-usercount-shields-weekly.yml
@@ -130,13 +130,13 @@ jobs:
130
run: |
131
cd ${{ github.workspace }}/adamlui/perplexity-omnibox
132
git add .
133
- git commit -n -m "Updated usercount shield counters in root READMEs" || true
+ git commit -n -m "Updated usercount shield counters in READMEs" || true
134
git push
135
136
- name: Push changes to adamlui/ai-web-extensions
137
if: env.USERS_UPDATED == 'true'
138
139
cd ${{ github.workspace }}/adamlui/ai-web-extensions
140
141
- git commit -n -m "Updated usercount shield counters in ChatGPT Widescreen root READMEs" || true
+ git commit -n -m "Updated usercount shield counters in Perplexity Omnibox READMEs" || true
142
0 commit comments