chore(ci): use YAML booleans for reusable workflow inputs
All checks were successful
Project CI-testing / ci (push) Successful in 0s
All checks were successful
Project CI-testing / ci (push) Successful in 0s
Made-with: Cursor
This commit is contained in:
@@ -12,10 +12,11 @@ jobs:
|
||||
with:
|
||||
tech_stack: node
|
||||
|
||||
run_build: "true"
|
||||
run_sonar: "true"
|
||||
run_deploy: "true"
|
||||
wait_for_quality_gate: "false"
|
||||
# Gitea may pass these as booleans; central CI accepts bool or string (see job if: there).
|
||||
run_build: true
|
||||
run_sonar: true
|
||||
run_deploy: true
|
||||
wait_for_quality_gate: 'false'
|
||||
|
||||
app_path_beta: /var/www/app-beta
|
||||
app_path_staging: /var/www/app-staging
|
||||
|
||||
Reference in New Issue
Block a user