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.
1 parent d3ae619 commit f15c418Copy full SHA for f15c418
action.yml
@@ -77,7 +77,7 @@ runs:
77
ACTION_ARGS: ${{ inputs.args }}
78
id: phpstan_run
79
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpstan \
80
- && ${{ github.action_path }}/phpstan-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
+ && ${{ github.action_path }}/phpstan-action.bash || { echo "::group::Debug output" ; cat ${{ github.workspace }}/output.log ; echo "::endgroup::" ; exit 1; }
81
shell: bash
82
83
branding:
0 commit comments