File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
set +e
187
187
$(pwd)/vendor/bin/phpcbf -pq ./WordPress/Tests/ --standard=WordPress --extensions=inc --exclude=Generic.PHP.Syntax --report=summary --ignore=/WordPress/Tests/WP/GlobalVariablesOverrideUnitTest.7.inc
188
188
exitcode="$?"
189
- echo "EXITCODE=$exitcode" >> $GITHUB_OUTPUT
189
+ echo "EXITCODE=$exitcode" >> " $GITHUB_OUTPUT"
190
190
exit "$exitcode"
191
191
192
192
- name : Fail the build on fixer conflicts and other errors
Original file line number Diff line number Diff line change 91
91
id : set_ini
92
92
run : |
93
93
if [ "${{ matrix.dependencies }}" != "dev" ]; then
94
- echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> $GITHUB_OUTPUT
94
+ echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> " $GITHUB_OUTPUT"
95
95
else
96
- echo 'PHP_INI=error_reporting=-1, display_errors=On' >> $GITHUB_OUTPUT
96
+ echo 'PHP_INI=error_reporting=-1, display_errors=On' >> " $GITHUB_OUTPUT"
97
97
fi
98
98
99
99
- name : Set up PHP
You can’t perform that action at this time.
0 commit comments