Skip to content

Commit 8e307d6

Browse files
committed
Corrected cd path
1 parent 85140c9 commit 8e307d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Update README shields
102102
run: |
103-
cd ${{ github.workspace }}/adamlui/deepseek-omnibox
103+
cd ${{ github.workspace }}/adamlui/perplexity-omnibox
104104
CHROMIUM_USERS="${{ env.CHROMIUM_USERS }}" TOTAL_USERS="${{ env.TOTAL_USERS }}"
105105
if [ "$TOTAL_USERS" == "0" ] ; then echo "Error getting total usercount"
106106
else # perform update

0 commit comments

Comments
 (0)