Skip to content

Commit 5e6e603

Browse files
committed
Fix PHPStan user in merge-maintained-branch
1 parent 801f28f commit 5e6e603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-maintained-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
token: "${{ secrets.PHPSTAN_BOT_TOKEN }}"
2727
- name: "Merge branch"
2828
run: |
29-
git config user.name "phpstan-bot"
30-
git config user.email "bot@phpstan.org"
29+
git config --global user.name "phpstan-bot"
30+
git config --global user.email "ondrej+phpstanbot@mirtes.cz"
3131
git merge --strategy=ort origin/${{ github.ref_name }} -m "Merge branch ${{ github.ref_name }} into 2.2.x"
3232
git push

0 commit comments

Comments
 (0)