/.github/workflows/ci-performance-benchmarks-report.yaml: fix missing curly brace

This commit is contained in:
Dustin Brown
2021-08-18 16:06:28 -07:00
parent 4cd5680c63
commit 7341c2adf2

View File

@@ -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