Skip to content

Commit f15c418

Browse files
author
Greg Bowler
committed
output debug info into grouped output
1 parent d3ae619 commit f15c418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
ACTION_ARGS: ${{ inputs.args }}
7878
id: phpstan_run
7979
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; }
80+
&& ${{ github.action_path }}/phpstan-action.bash || { echo "::group::Debug output" ; cat ${{ github.workspace }}/output.log ; echo "::endgroup::" ; exit 1; }
8181
shell: bash
8282

8383
branding:

0 commit comments

Comments
 (0)