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 2f68070 commit f0271f8Copy full SHA for f0271f8
.github/workflows/csqa.yml
@@ -137,7 +137,7 @@ jobs:
137
run: echo "PHPCS_PERF_SECS=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php | grep -Eo 'TOTAL SNIFF PROCESSING TIME[ ]+[0-9.]+'|awk '{ print $5 }')" >> $GITHUB_OUTPUT
138
139
- name: Log performance
140
- run: echo "${{ fromJSON( steps.performance_report.outputs.PHPCS_PERF_SECS ) }}"
+ run: echo "${{ steps.performance_report.outputs.PHPCS_PERF_SECS }}"
141
142
# fromJSON is used to convert strings to numbers in github actions.
143
# @link https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#operators
0 commit comments