We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b9613 commit 56ff4aeCopy full SHA for 56ff4ae
action.yml
@@ -84,7 +84,7 @@ runs:
84
run: |
85
set -e
86
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpstan
87
- ${{ github.action_path }}/phpstan-action.bash || cat ${{ github.workspace }}/output.log
+ ${{ github.action_path }}/phpstan-action.bash
88
shell: bash
89
90
branding:
0 commit comments