mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
/.github/workflows/ci-performance-benchmarks-report.yaml: fix missing curly brace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user