Skip to content

Commit

Permalink
fix(ci): quote summary string
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jun 27, 2023
1 parent 5e3887e commit b055070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
run: |
echo '### Benchmark results' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
echo ${{ steps.compare.outputs.results }} >> $GITHUB_STEP_SUMMARY
echo '${{ steps.compare.outputs.results }}' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
echo 'EOF' >> $GITHUB_STEP_SUMMARY

0 comments on commit b055070

Please sign in to comment.