fix(ci): pass run_* as quoted strings for Gitea Act
All checks were successful
Project CI-testing / ci (push) Successful in 1m42s

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-07 23:47:31 +05:30
parent bf178bb3f0
commit 0ad291b7a6

View File

@@ -12,10 +12,10 @@ jobs:
with:
tech_stack: node
# Central CI expects YAML booleans (type: boolean). Do not use quoted "true"/"false".
run_build: true
run_sonar: true
run_deploy: true
# Gitea Act (WDIPL-Runner) matches run_* with string 'true'. Use quoted values.
run_build: 'true'
run_sonar: 'true'
run_deploy: 'true'
wait_for_quality_gate: 'false'
app_path_beta: /var/www/app-beta