From aa76b71634297ddf3482ca0ff165a98e871c3f7d Mon Sep 17 00:00:00 2001 From: Nikolay Proskurin Date: Thu, 28 Dec 2023 21:46:50 +0100 Subject: [PATCH] fix --- .github/workflows/run_e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_e2e.yml b/.github/workflows/run_e2e.yml index 3c1c8be91..030b61707 100644 --- a/.github/workflows/run_e2e.yml +++ b/.github/workflows/run_e2e.yml @@ -30,7 +30,7 @@ jobs: workflow: e2e_tests.yml # https://github.com/Codex-/return-dispatch/issues/203 workflow_inputs: > - '{"control-api": "${{ inputs.image_version }}", "data-api": "${{ inputs.image_version }}"}' + {"control-api": "${{ inputs.image_version }}", "data-api": "${{ inputs.image_version }}"} workflow_timeout_seconds: ${{ env.TIMEOUT }} - name: Output the run URL