From 4e9c51fc5564d2c58fa9d367ee3322a8640d1a18 Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Tue, 7 Apr 2026 23:55:48 +0530 Subject: [PATCH] fix(ci): pass ci_steps for central CI (Act forwards one list input) Made-with: Cursor --- .gitea/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1384bc3..c413f7f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,10 +12,8 @@ jobs: with: tech_stack: node - # enable_* avoids Gitea Act dropping run_sonar/run_deploy (quoted strings for Act). - enable_build: 'true' - enable_sonar: 'true' - enable_deploy: 'true' + # Single string — WDIPL-Runner drops extra workflow_call boolean/string flags (only first sticks). + ci_steps: 'build,sonar,deploy' wait_for_quality_gate: 'false' app_path_beta: /var/www/app-beta