Skip to content

Commit

Permalink
Change git user.name and user.email (#62)
Browse files Browse the repository at this point in the history
github-actions[bot]@users.noreply.github.com
  • Loading branch information
sinsukehlab committed Mar 25, 2024
1 parent cb89324 commit 45e6f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/script/merge-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

# BACKGROUND: This operation is required to avoid conflicts between branches.

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

# Merge branch
echo "If branch $branch2 exists, merge branch $branch1 into branch $branch2"
Expand Down

0 comments on commit 45e6f48

Please sign in to comment.