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 20c239d commit 4c3ce68Copy full SHA for 4c3ce68
.github/workflows/BenchmarkPR.yml
@@ -52,8 +52,8 @@ jobs:
52
run: |
53
benchpkgtable ${{ steps.extract-package-name.outputs.package_name }} --rev="${{github.event.repository.default_branch}},${{github.event.pull_request.head.sha}}" --input-dir=results/ --ratio > table.md
54
echo '### Benchmark Results' > body.md
55
- echo '<details>' > body.md
56
- echo '<summary>Click to check benchmark results</summary>' > body.md
+ echo '<details>' >> body.md
+ echo '<summary>Click to check benchmark results</summary>' >> body.md
57
echo '' >> body.md
58
59
cat table.md >> body.md
0 commit comments