From 7341c2adf269cdab3f620fd0661d97cb59af0b5d Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Wed, 18 Aug 2021 16:06:28 -0700 Subject: [PATCH] /.github/workflows/ci-performance-benchmarks-report.yaml: fix missing curly brace --- .github/workflows/ci-performance-benchmarks-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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