File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 3232 MAIN_BRANCH : main
3333 RELEASE_BRANCH : release
3434 PROPOSAL_BRANCH_PREFIX : release-proposal
35- GIT_USER_NAME : " github-actions [bot]"
36- GIT_USER_EMAIL : " 41898282+github-actions [bot]@users.noreply.github.com"
35+ GIT_USER_NAME : " dd-octo-sts [bot]"
36+ GIT_USER_EMAIL : " 200755185+dd-octo-sts [bot]@users.noreply.github.com"
3737
3838jobs :
3939 check-proposal-ongoing :
7878 env :
7979 GH_TOKEN : ${{ steps.octo-sts.outputs.token }}
8080 run : |
81- BOT_USER=$(gh api /user)
82- BOT_NAME=$(echo "$BOT_USER" | jq -r '.login')
83- BOT_ID=$(echo "$BOT_USER" | jq -r '.id')
8481
85- git config --global user.name "$BOT_NAME"
86- git config --global user.email "${BOT_ID}+${BOT_NAME}@users.noreply.github.com"
87-
88- echo "Configured git as: $BOT_NAME <${BOT_ID}+${BOT_NAME}@users.noreply.github.com>"
82+ git config --global user.name "$GIT_USER_NAME"
83+ git config --global user.email "$GIT_USER_EMAIL"
8984
9085 - name : Merge the main branch into the release branch
9186 run : |
You can’t perform that action at this time.
0 commit comments