Skip to content

Commit

Permalink
Change git user.name and user.email (#71)
Browse files Browse the repository at this point in the history
* Change git user.name and user.email

github-actions[bot]@users.noreply.github.com

* Make the script executable
  • Loading branch information
sinsukehlab committed Mar 25, 2024
1 parent 0055789 commit 80e58f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/script/initialize-repository.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# through the course.

# Setup committer identity
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com

# Fetch all remote branches
git pull --all
Expand Down

0 comments on commit 80e58f6

Please sign in to comment.