We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 747f917 + 74d20d4 commit a81f2b7Copy full SHA for a81f2b7
.github/workflows/php-stan.yml
@@ -60,7 +60,7 @@ jobs:
60
run: phpstan analyse -c ../phpstan-ci.neon
61
62
- name: Notify in case of failure but not on a PR
63
- uses: peter-evans/commit-comment@v3
+ uses: peter-evans/commit-comment@v4
64
if: failure() && github.event_name != 'pull_request'
65
with:
66
body: |
0 commit comments