diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 89173eaf5ad..e10ed1d84ac 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -152,4 +152,4 @@ jobs: -H "Authorization: token ${{ secrets.BLOOM_GITHUB_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/merge-queue-testing/scenario_simulator_v2/actions/workflows/Docker.yaml/dispatches \ - -d '{"ref":"master","inputs":{"version":"${{ steps.get_release_description.outputs.stdout }}"}}' + -d '{\"ref\":\"master\",\"inputs\":{\"version\":\"${{ steps.get_release_description.outputs.stdout }}\"}}'