Skip to content

Commit b055070

Browse files
committed
fix(ci): quote summary string
1 parent 5e3887e commit b055070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
run: |
6666
echo '### Benchmark results' >> $GITHUB_STEP_SUMMARY
6767
echo '```' >> $GITHUB_STEP_SUMMARY
68-
echo ${{ steps.compare.outputs.results }} >> $GITHUB_STEP_SUMMARY
68+
echo '${{ steps.compare.outputs.results }}' >> $GITHUB_STEP_SUMMARY
6969
echo '```' >> $GITHUB_STEP_SUMMARY
7070
echo 'EOF' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)