Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MCPN committed Dec 28, 2023
1 parent 5c1ddb2 commit 8bfcbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bfcbc1

Please sign in to comment.