Skip to content

Commit

Permalink
build(ci): git config local only in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Sep 18, 2023
1 parent 9869fa5 commit 169e597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clone-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
echo "<a href='$repo'><img alt='GitHub Clones' src='$shields$url&logo=github'></a>" >> CLONE.md
echo '```' >> CLONE.md
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --local user.email "[email protected]"
git add CLONE.md
git commit -m "docs: create clone count badge"
fi
Expand Down

0 comments on commit 169e597

Please sign in to comment.