Skip to content

Commit f0271f8

Browse files
committed
Remove unnecessary fromJSON
1 parent 2f68070 commit f0271f8

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
@@ -137,7 +137,7 @@ jobs:
137137
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
138138

139139
- name: Log performance
140-
run: echo "${{ fromJSON( steps.performance_report.outputs.PHPCS_PERF_SECS ) }}"
140+
run: echo "${{ steps.performance_report.outputs.PHPCS_PERF_SECS }}"
141141

142142
# fromJSON is used to convert strings to numbers in github actions.
143143
# @link https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#operators

0 commit comments

Comments
 (0)