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:
Dustin Brown
2021-08-18 14:28:42 -07:00
committed by GitHub

View File

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