Skip to content

Commit dd750ac

Browse files
committed
Fix
1 parent 481055a commit dd750ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checksum-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: "Change and commit README.md"
7373
run: |
7474
echo Testing > README.md
75-
git commit -a -m 'Changed README'
75+
git commit -a -m 'Changed README' --author "phpstan-bot <[email protected]>"
7676
7777
- name: "Install PHP"
7878
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)