From eda336cd02f9ba108469993cbe8df84db0feb540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Sun, 3 Mar 2024 20:49:17 -0800 Subject: [PATCH] Update auto-sync-usercount.yml --- .github/workflows/auto-sync-usercount.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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