We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45a26a commit 29a2be7Copy full SHA for 29a2be7
.github/workflows/csqa.yml
@@ -140,7 +140,7 @@ jobs:
140
run: |
141
PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php)
142
echo "${PHPCS_OUTPUT}"
143
- echo "PHPCS_PERF_REPORT=${PHPCS_OUTPUT}" >> $GITHUB_OUTPUT
+ echo "PHPCS_PERF_REPORT=\"${PHPCS_OUTPUT}\"" >> $GITHUB_OUTPUT
144
145
- name: Parse performance report
146
id: parse_performance_report
0 commit comments