Skip to content

Commit 29a2be7

Browse files
committed
Try quoting phpcs output
1 parent f45a26a commit 29a2be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csqa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php)
142142
echo "${PHPCS_OUTPUT}"
143-
echo "PHPCS_PERF_REPORT=${PHPCS_OUTPUT}" >> $GITHUB_OUTPUT
143+
echo "PHPCS_PERF_REPORT=\"${PHPCS_OUTPUT}\"" >> $GITHUB_OUTPUT
144144
145145
- name: Parse performance report
146146
id: parse_performance_report

0 commit comments

Comments
 (0)