chore(ci): normalize boolean inputs as strings and pass testing path
All checks were successful
CI / ci (push) Successful in 0s

Use explicit string true/false values for run flags and add app_path_testing to match central/deploy workflow inputs.

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-08 20:01:43 +05:30
parent 0efd612438
commit 0406feb2d0

View File

@@ -12,12 +12,13 @@ jobs:
with:
tech_stack: node
run_build: true
run_sonar: true
run_deploy: true
wait_for_quality_gate: false
run_build: 'true'
run_sonar: 'true'
run_deploy: 'true'
wait_for_quality_gate: 'false'
app_path_beta: /var/www/app-beta
app_path_testing: /var/www/app-testing
app_path_staging: /var/www/app-staging
app_path_prod: /var/www/app-prod