From 19b288bf1b5d4c082092cd25dc40e06f0258f279 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:58:45 +0000 Subject: [PATCH] simplify benchmarking commit ref --- .github/workflows/Benchmarking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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