File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,6 @@ inputs:
81
81
description : Extra arguments to pass to the phpunit binary
82
82
required : false
83
83
84
- outputs :
85
- output_log :
86
- description : An output log of the build process
87
-
88
84
runs :
89
85
using : " composite"
90
86
steps :
@@ -112,7 +108,6 @@ runs:
112
108
run : |
113
109
set -e
114
110
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
115
- echo "output_log=this is a test" >> $GITHUB_OUTPUT
116
111
${{ github.action_path }}/phpunit-action.bash >> $GITHUB_OUTPUT
117
112
shell : bash
118
113
Original file line number Diff line number Diff line change 96
96
command_string+=($ACTION_ARGS )
97
97
fi
98
98
99
- echo " output_log=Command: " " ${command_string[@]} "
99
+ echo " output_log=Command: ${command_string[@]} "
100
100
101
101
docker run --rm \
102
102
--volume " ${phar_path} " :/usr/local/bin/phpunit \
You can’t perform that action at this time.
0 commit comments