Skip to content

Commit 39c245a

Browse files
committed
Merge remote-tracking branch 'origin/2.1.x' into 2.2.x
2 parents bd0b490 + 5e6e603 commit 39c245a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)