File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
2525 git remote add upstream https://github.com/tgstation/tgstation
2626 git fetch upstream master
2727 git checkout master
28- git config user.name "upstream-o-tron-3000[bot] "
29- git config user.email "179393467+upstream-o-tron-3000[bot] @users.noreply.github.com"
28+ git config user.name "upstream-o-tron-3000"
29+ git config user.email "179393467+upstream-o-tron-3000@users.noreply.github.com"
3030 git merge upstream/master
3131
3232 - name : Create Pull Request
3333 id : create_pr
3434 uses : peter-evans/create-pull-request@v6
3535 with :
3636 token : ${{ steps.generate-token.outputs.token }}
37- committer : upstream-o-tron-3000[bot] <179393467+upstream-o-tron-3000[bot] @users.noreply.github.com>
37+ committer : upstream-o-tron-3000 <179393467+upstream-o-tron-3000@users.noreply.github.com>
3838 author : ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
3939 branch : upstream
4040 delete-branch : true
You can’t perform that action at this time.
0 commit comments