Skip to content

Commit a7f9d78

Browse files
yebaipenelopeysm
authored andcommitted
simplify benchmarking commit ref (#855)
1 parent 324e623 commit a7f9d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Benchmarking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
issue-number: ${{ github.event.pull_request.number }}
6565
body: |
66-
## Benchmark Report for Commit [`${{ env.DPPL_COMMIT_SHA }}`](${{ env.DPPL_COMMIT_URL }})
66+
## Benchmark Report for Commit ${{ env.DPPL_COMMIT_SHA }}
6767
### Computer Information
6868
```
6969
${{ env.VERSION_INFO }}
@@ -73,4 +73,4 @@ jobs:
7373
${{ env.BENCHMARK_OUTPUT }}
7474
```
7575
comment-id: ${{ steps.find_comment.outputs.comment-id }}
76-
edit-mode: replace
76+
edit-mode: replace

0 commit comments

Comments
 (0)