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 5e3887e commit b055070Copy full SHA for b055070
.github/workflows/rustbench.yml
@@ -65,6 +65,6 @@ jobs:
65
run: |
66
echo '### Benchmark results' >> $GITHUB_STEP_SUMMARY
67
echo '```' >> $GITHUB_STEP_SUMMARY
68
- echo ${{ steps.compare.outputs.results }} >> $GITHUB_STEP_SUMMARY
+ echo '${{ steps.compare.outputs.results }}' >> $GITHUB_STEP_SUMMARY
69
70
echo 'EOF' >> $GITHUB_STEP_SUMMARY
0 commit comments