From 906ac622cae7d751d7f9771935f336abb7e88746 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Mon, 3 Oct 2022 16:44:41 -0400 Subject: [PATCH] Benchmark action: provide the PR number (#4964) * Testing benchmarking * Provide the PR number --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 57458d1a1..3e40038c9 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -83,6 +83,7 @@ jobs: uses: thollander/actions-comment-pull-request@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + pr_number: ${{ github.event.issue.number }} message: | **Node**: 14 **PR**: ${{ needs.benchmark.outputs.PR-BENCH-14 }}