refactor: strong stype configuration key deprecation helper
[e-mobility-charging-stations-simulator.git] / .github / workflows / clone-count.yml
index a4e87d974f325bac2b2457627d60cce04ac5c9b8..43119339ba527a8b35fc0f5bc05c43523ba56d8c 100644 (file)
@@ -78,10 +78,10 @@ jobs:
             echo "<a href='$repo'><img alt='GitHub Clones' src='$shields$url&logo=github'></a>" >> CLONE.md
             echo '```' >> CLONE.md
 
+            git config --local user.name "GitHub Action"
+            git config --local user.email "action@github.com"
             git add CLONE.md
-            git config --global user.name "GitHub Action"
-            git config --global user.email "action@github.com"
-            git commit -m "create clone count badge"
+            git commit -m "docs: create clone count badge"
           fi
 
       - name: push