Skip to content

Commit e059e4a

Browse files
committed
Revert "Use multi-line output to set var"
This reverts commit 22fb0ca.
1 parent ffe2de0 commit e059e4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/csqa.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +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<<EOF" >> $GITHUB_OUTPUT
144-
echo "${PHPCS_OUTPUT}" >> $GITHUB_OUTPUT
145-
echo "EOF" >> $GITHUB_OUTPUT
143+
echo "PHPCS_PERF_REPORT=\"${PHPCS_OUTPUT}\"" >> $GITHUB_OUTPUT
146144
147145
- name: Parse performance report
148146
id: parse_performance_report

0 commit comments

Comments
 (0)