mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
Merge pull request #2030 from dolthub/db/fix-workflow
[no-release-notes] /.github/workflows/ci-performance-benchmarks-report.yaml: fix typo in workflow
This commit is contained in:
@@ -77,6 +77,6 @@ jobs:
|
||||
uses: ./.github/actions/ses-email-action
|
||||
with:
|
||||
region: us-west-2
|
||||
version: ${{ needs.set-version-actor.outputs.dolt_version }}
|
||||
version: ${{ github.event.client_payload.dolt_version }}
|
||||
toAddresses: '["${{ github.event.client_payload.actor_email }}"]'
|
||||
dataFile: ${{ format('{0}/results.log', github.workspace) }}
|
||||
|
||||
Reference in New Issue
Block a user