From 784eae627e0f1013f66a6ed478295524f3d8b6f8 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Wed, 18 Aug 2021 14:28:01 -0700 Subject: [PATCH] /.github/workflows/ci-performance-benchmarks-report.yaml: fix typo in workflow --- .github/workflows/ci-performance-benchmarks-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-performance-benchmarks-report.yaml b/.github/workflows/ci-performance-benchmarks-report.yaml index 7869815db7..29d3594984 100644 --- a/.github/workflows/ci-performance-benchmarks-report.yaml +++ b/.github/workflows/ci-performance-benchmarks-report.yaml @@ -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) }}