From 9869fa53e831bf17d9ba5d18cffb17642fc32bb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 Sep 2023 15:17:09 +0200 Subject: [PATCH] build(ci): fixlet to clone count MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/clone-count.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clone-count.yml b/.github/workflows/clone-count.yml index a4e87d97..aa10b2fa 100644 --- a/.github/workflows/clone-count.yml +++ b/.github/workflows/clone-count.yml @@ -78,10 +78,10 @@ jobs: echo "GitHub Clones" >> CLONE.md echo '```' >> CLONE.md - 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 add CLONE.md + git commit -m "docs: create clone count badge" fi - name: push -- 2.34.1