diff --git a/.github/workflows/Benchmarking.yml b/.github/workflows/Benchmarking.yml index 96817e2a9..6a6376188 100644 --- a/.github/workflows/Benchmarking.yml +++ b/.github/workflows/Benchmarking.yml @@ -63,7 +63,7 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} body: | - ## Benchmark Report for Commit [`${{ env.DPPL_COMMIT_SHA }}`](${{ env.DPPL_COMMIT_URL }}) + ## Benchmark Report for Commit ${{ env.DPPL_COMMIT_SHA }} ### Computer Information ``` ${{ env.VERSION_INFO }} @@ -73,4 +73,4 @@ jobs: ${{ env.BENCHMARK_OUTPUT }} ``` comment-id: ${{ steps.find_comment.outputs.comment-id }} - edit-mode: replace \ No newline at end of file + edit-mode: replace