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 250822e commit 2dde7b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
"production": ${{ inputs.production }},
"type": "${{ inputs.type }}",
"branch": "${{ inputs.branch }}",
"build_type": ${build_type[@]},
"build_type": $build_type,
"force": ${{ inputs.force }},
"build": ${build[@]},
"deploy": ${build_type[@]}
"build": $build,
"deploy": $deploy
}
}'

0 comments on commit 2dde7b1

Please sign in to comment.