diff --git a/.github/workflows/auto-sync-usercount.yml b/.github/workflows/auto-sync-usercount.yml index 0f8667b7..68eec729 100644 --- a/.github/workflows/auto-sync-usercount.yml +++ b/.github/workflows/auto-sync-usercount.yml @@ -89,7 +89,7 @@ jobs: run: | cd ${{ github.workspace }}/adamlui/chatgpt-widescreen total_users=$(echo ${{ steps.get-users.outputs.total_users }}) - sed -i "s/\(badge\/[^-]*-\)[0-9.,km+]\+-/\1$total_users-/g" $(find docs/ -name "README.md") + sed -i "s/\(badge\/[^-]*-\)[0-9.,km+]\+-/\1$total_users-/Ig" $(find docs/ -name "README.md") if [ $? -eq 0 ] ; then echo "Usercount shields updated to $total_users" else echo "Usercount shields up-to-date already" ; fi