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:
186186 set +e
187187 $(pwd)/vendor/bin/phpcbf -pq ./WordPress/Tests/ --standard=WordPress --extensions=inc --exclude=Generic.PHP.Syntax --report=summary --ignore=/WordPress/Tests/WP/GlobalVariablesOverrideUnitTest.7.inc
188188 exitcode="$?"
189- echo "EXITCODE=$exitcode" >> $GITHUB_OUTPUT
189+ echo "EXITCODE=$exitcode" >> " $GITHUB_OUTPUT"
190190 exit "$exitcode"
191191
192192 - name : Fail the build on fixer conflicts and other errors
Original file line number Diff line number Diff line change 9191 id : set_ini
9292 run : |
9393 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"
9595 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"
9797 fi
9898
9999 - name : Set up PHP
You can’t perform that action at this time.
0 commit comments