Skip to content

Commit

Permalink
Change git user.name and user.email (#60)
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 3934cda commit effeb87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/script/create-hotfix-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# chmod a+x .github/script/create-hotfix-pr.sh

echo "Set committer details"
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

echo "Create hotfix branch"
RELEASE_BRANCH=hotfix-v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions .github/script/initialize-repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# chmod a+x .github/script/initialize-repository.sh

echo "Set committer details"
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

echo "Create release branch"
RELEASE_BRANCH=release-v1.0
Expand Down

0 comments on commit effeb87

Please sign in to comment.