Skip to content

Commit 20aa4d3

Browse files
committed
Fix
1 parent dd750ac commit 20aa4d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checksum-phar.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
- name: "Change and commit README.md"
7373
run: |
7474
echo Testing > README.md
75-
git commit -a -m 'Changed README' --author "phpstan-bot <[email protected]>"
75+
git config --global user.name "phpstan-bot"
76+
git config --global user.email "[email protected]"
77+
git commit -a -m 'Changed README'
7678
7779
- name: "Install PHP"
7880
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)