Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 3, 2024
1 parent dd750ac commit 20aa4d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checksum-phar.yml
Expand Up @@ -72,7 +72,9 @@ jobs:
- name: "Change and commit README.md"
run: |
echo Testing > README.md
git commit -a -m 'Changed README' --author "phpstan-bot <ondrej+phpstanbot@mirtes.cz>"
git config --global user.name "phpstan-bot"
git config --global user.email "ondrej+phpstanbot@mirtes.cz"
git commit -a -m 'Changed README'
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 20aa4d3

Please sign in to comment.