Skip to content

Commit

Permalink
Update trigger_runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Feb 23, 2025
1 parent 6e2aca3 commit bbff5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bbff5e4

Please sign in to comment.