From bbff5e4ad947af1d20fbcb58c02319964b535511 Mon Sep 17 00:00:00 2001 From: Dragos Daian Date: Sun, 23 Feb 2025 15:35:12 +0100 Subject: [PATCH] Update trigger_runner.yml --- .github/workflows/trigger_runner.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger_runner.yml b/.github/workflows/trigger_runner.yml index aa413ba..910a305 100644 --- a/.github/workflows/trigger_runner.yml +++ b/.github/workflows/trigger_runner.yml @@ -64,8 +64,8 @@ jobs: \"event_type\": \"trigger_build\", \"client_payload\": { \"production\": ${{ inputs.production }}, - \"type\": "${{ inputs.type }}", - \"branch\": "${{ inputs.branch }}", + \"type\": \"${{ inputs.type }}\", + \"branch\": \"${{ inputs.branch }}\", \"build_type\": $build_type, \"force\": ${{ inputs.force }}, \"build\": $build,