diff --git a/.github/workflows/ci-performance-benchmarks-report.yaml b/.github/workflows/ci-performance-benchmarks-report.yaml index 29d3594984..72753cdc52 100644 --- a/.github/workflows/ci-performance-benchmarks-report.yaml +++ b/.github/workflows/ci-performance-benchmarks-report.yaml @@ -45,7 +45,7 @@ jobs: }); env: ACTOR: ${{ github.event.client_payload.actor }} - ISSUE_NUMBER: ${ github.event.client_payload.issue_number }} + ISSUE_NUMBER: ${{ github.event.client_payload.issue_number }} report-email: name: Report Performance Benchmarks via Email runs-on: ubuntu-18.04