From 89954e33bf4177c3827542d2290385bc77906dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Thu, 8 Aug 2024 01:36:17 -0700 Subject: [PATCH] Refined commit msg --- .github/workflows/update-readme-clones-shields-3x-weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme-clones-shields-3x-weekly.yml b/.github/workflows/update-readme-clones-shields-3x-weekly.yml index 1bc532ebf..01f3e0d30 100644 --- a/.github/workflows/update-readme-clones-shields-3x-weekly.yml +++ b/.github/workflows/update-readme-clones-shields-3x-weekly.yml @@ -95,5 +95,5 @@ jobs: git config --global user.name "kudo-sync-bot" git config --global user.email "auto-sync@kudoai.com" git add . - git commit -n -m "Updated git clones shield counters" || true + git commit -n -m "Updated git clones shield counters in READMEs" || true git push