We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0810e14 commit fb5413fCopy full SHA for fb5413f
.github/workflows/Benchmarking.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
issue-number: ${{ github.event.pull_request.number }}
65
body: |
66
- ## Benchmark Report for Commit [`${{ env.DPPL_COMMIT_SHA }}`](${{ env.DPPL_COMMIT_URL }})
+ ## Benchmark Report for Commit ${{ env.DPPL_COMMIT_SHA }}
67
### Computer Information
68
```
69
${{ env.VERSION_INFO }}
@@ -73,4 +73,4 @@ jobs:
73
${{ env.BENCHMARK_OUTPUT }}
74
75
comment-id: ${{ steps.find_comment.outputs.comment-id }}
76
- edit-mode: replace
+ edit-mode: replace
0 commit comments