Skip to content

Commit 4c3ce68

Browse files
authored
Update BenchmarkPR.yml
1 parent 20c239d commit 4c3ce68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BenchmarkPR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
run: |
5353
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
5454
echo '### Benchmark Results' > body.md
55-
echo '<details>' > body.md
56-
echo '<summary>Click to check benchmark results</summary>' > body.md
55+
echo '<details>' >> body.md
56+
echo '<summary>Click to check benchmark results</summary>' >> body.md
5757
echo '' >> body.md
5858
echo '' >> body.md
5959
cat table.md >> body.md

0 commit comments

Comments
 (0)