Merge pull request #2031 from dolthub/db/fix-workflow

/.github/workflows/ci-performance-benchmarks-report.yaml: fix missing curly brace
This commit is contained in:
Dustin Brown
2021-08-18 16:07:05 -07:00
committed by GitHub

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