Skip to content

Commit

Permalink
use CI user
Browse files Browse the repository at this point in the history
  • Loading branch information
CCedricYoung committed Feb 20, 2025
1 parent 89945ba commit 6310cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
GIT_HASH=$(git rev-parse --short HEAD)
COMMIT_MSG="[skip ci] Update coverage to ${COVERAGE}% for commit ${GIT_HASH}"
git config --global user.name $CIRCLE_PROJECT_USERNAME
git config --global user.name $CIRCLE_USERNAME
git config --global user.email "[email protected]"
# Fetch or create gh-pages branch
Expand Down

0 comments on commit 6310cf1

Please sign in to comment.