Skip to content

Commit fb5413f

Browse files
authored
simplify benchmarking commit ref (#855)
1 parent 0810e14 commit fb5413f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Benchmarking.yml

+2-2
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)