Skip to content

Commit

Permalink
add author info
Browse files Browse the repository at this point in the history
  • Loading branch information
CCedricYoung committed Feb 20, 2025
1 parent 371d27d commit 996b014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ 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 "circleci-bot"
# git config --global user.email "[email protected].com"
git config --global user.name $CIRCLE_PROJECT_USERNAME
git config --global user.email "open-source@dominodatalab.com"
# Fetch or create gh-pages branch
git fetch origin gh-pages || git checkout --orphan gh-pages
Expand Down

0 comments on commit 996b014

Please sign in to comment.