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