File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
id : set_ini
44
44
run : |
45
45
if [ "${{ matrix.phpcs_version }}" != "dev-master" ]; then
46
- echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> $GITHUB_OUTPUT
46
+ echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> " $GITHUB_OUTPUT"
47
47
else
48
- echo 'PHP_INI=error_reporting=-1, display_errors=On' >> $GITHUB_OUTPUT
48
+ echo 'PHP_INI=error_reporting=-1, display_errors=On' >> " $GITHUB_OUTPUT"
49
49
fi
50
50
51
51
- name : Install PHP
Original file line number Diff line number Diff line change 49
49
id : set_ini
50
50
run : |
51
51
if [[ "${{ matrix.phpcs_version }}" != "dev-master" ]]; then
52
- echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> $GITHUB_OUTPUT
52
+ echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> " $GITHUB_OUTPUT"
53
53
else
54
- echo 'PHP_INI=error_reporting=-1, display_errors=On' >> $GITHUB_OUTPUT
54
+ echo 'PHP_INI=error_reporting=-1, display_errors=On' >> " $GITHUB_OUTPUT"
55
55
fi
56
56
57
57
- name : Install PHP
@@ -120,9 +120,9 @@ jobs:
120
120
id : set_ini
121
121
run : |
122
122
if [ "${{ matrix.phpcs_version }}" != "dev-master" ]; then
123
- echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> $GITHUB_OUTPUT
123
+ echo 'PHP_INI=error_reporting=E_ALL & ~E_DEPRECATED, display_errors=On' >> " $GITHUB_OUTPUT"
124
124
else
125
- echo 'PHP_INI=error_reporting=-1, display_errors=On' >> $GITHUB_OUTPUT
125
+ echo 'PHP_INI=error_reporting=-1, display_errors=On' >> " $GITHUB_OUTPUT"
126
126
fi
127
127
128
128
- name : Install PHP
You can’t perform that action at this time.
0 commit comments