File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,10 @@ runs:
100
100
ACTION_WORKING_DIR : ${{ inputs.working_dir }}
101
101
ACTION_MEMORY_LIMIT : ${{ inputs.memory_limit }}
102
102
id : composer_run
103
- run : bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) composer \
104
- && ${{ github.action_path }}/composer-action.bash || { echo "::group::Debug output" ; cat ${{ github.workspace }}/output.log ; echo "::endgroup::" ; exit 1; }
103
+ run : |
104
+ set -e
105
+ bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) composer
106
+ ${{ github.action_path }}/composer-action.bash || cat ${{ github.workspace }}/output.log
105
107
shell : bash
106
108
107
109
branding :
You can’t perform that action at this time.
0 commit comments