From 0903457be35a7e11b89f0432ccfb951078a83335 Mon Sep 17 00:00:00 2001 From: Fabing Li Date: Mon, 3 Mar 2025 08:36:29 +0000 Subject: [PATCH] Dynamically get the Commit SHA that triggers the workflow --- .github/workflows/benchmark_asterinas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark_asterinas.yml b/.github/workflows/benchmark_asterinas.yml index 15461f82..414c7d54 100644 --- a/.github/workflows/benchmark_asterinas.yml +++ b/.github/workflows/benchmark_asterinas.yml @@ -220,3 +220,4 @@ jobs: chart-title: ${{ env.TITLE }} chart-description: ${{ env.DESCRIPTION }} summary-json-path: test/benchmark/${{ env.BENCHMARK_SUITE }}/summary.json + ref: ${{ github.sha }}