File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33# chmod a+x .github/script/create-hotfix-pr.sh
44
55echo " Set committer details"
6- git config user.name github-actions
7- git config user.email github-actions@ github.com
6+ git config user.name github-actions[bot]
7+ git config user.email github-actions[bot]@users.noreply. github.com
88
99echo " Create hotfix branch"
1010RELEASE_BRANCH=hotfix-v1.0.1
Original file line number Diff line number Diff line change 33# chmod a+x .github/script/initialize-repository.sh
44
55echo " Set committer details"
6- git config user.name github-actions
7- git config user.email github-actions@ github.com
6+ git config user.name github-actions[bot]
7+ git config user.email github-actions[bot]@users.noreply. github.com
88
99echo " Create release branch"
1010RELEASE_BRANCH=release-v1.0
You can’t perform that action at this time.
0 commit comments