diff options
author | 2022-10-03 16:44:41 -0400 | |
---|---|---|
committer | 2022-10-03 16:44:41 -0400 | |
commit | 906ac622cae7d751d7f9771935f336abb7e88746 (patch) | |
tree | 7f64802aeec4663443a36d95e99cbf6ae60a06d2 | |
parent | dbb2dd0e3e1825ab76fa672ebdf7312b182750a8 (diff) | |
download | astro-906ac622cae7d751d7f9771935f336abb7e88746.tar.gz astro-906ac622cae7d751d7f9771935f336abb7e88746.tar.zst astro-906ac622cae7d751d7f9771935f336abb7e88746.zip |
Benchmark action: provide the PR number (#4964)
* Testing benchmarking
* Provide the PR number
-rw-r--r-- | .github/workflows/benchmark.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 }} |