From: Jérôme Benoit Date: Mon, 18 Sep 2023 14:13:56 +0000 (+0200) Subject: build(ci): git config local only in workflow X-Git-Tag: v1.2.22~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=169e5973564ffafa5b67e99a739e266967f2558e;p=e-mobility-charging-stations-simulator.git build(ci): git config local only in workflow Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/clone-count.yml b/.github/workflows/clone-count.yml index aa10b2fa..43119339 100644 --- a/.github/workflows/clone-count.yml +++ b/.github/workflows/clone-count.yml @@ -78,8 +78,8 @@ jobs: echo "GitHub Clones" >> CLONE.md echo '```' >> CLONE.md - git config --global user.name "GitHub Action" - git config --global user.email "action@github.com" + git config --local user.name "GitHub Action" + git config --local user.email "action@github.com" git add CLONE.md git commit -m "docs: create clone count badge" fi