diff --git a/.github/workflows/sam-build-tag-publish-and-run-tests.yaml b/.github/workflows/sam-build-tag-publish-and-run-tests.yaml index 42d7e8d7a..c9329d13e 100644 --- a/.github/workflows/sam-build-tag-publish-and-run-tests.yaml +++ b/.github/workflows/sam-build-tag-publish-and-run-tests.yaml @@ -246,7 +246,7 @@ jobs: inputs: '{ "bee-name": "${{ github.event.repository.name }}-${{ github.run_id }}-${{ matrix.terra-env }}", "ENV": "${{ matrix.testing-env }}", - "test-context":${{ steps.test-context.outputs.test-context }} + "test-context": "${{ steps.test-context.outputs.test-context }}" }' destroy-bee-workflow: