Skip to content

Commit 58260d1

Browse files
author
Greg Bowler
committed
feature: return non-zero exit code on failure
1 parent b44ff70 commit 58260d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
run: |
104104
set -e
105105
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
106+
${{ github.action_path }}/composer-action.bash
107107
shell: bash
108108

109109
branding:

0 commit comments

Comments
 (0)