From e0795ca2d966dde9224e8af8445c0369101db175 Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Tue, 7 Apr 2026 23:52:20 +0530 Subject: [PATCH] fix(ci): use enable_* inputs matching central wdipl-actions CI Made-with: Cursor --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a796780..1384bc3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: with: tech_stack: node - # Gitea Act (WDIPL-Runner) matches run_* with string 'true'. Use quoted values. - run_build: 'true' - run_sonar: 'true' - run_deploy: 'true' + # enable_* avoids Gitea Act dropping run_sonar/run_deploy (quoted strings for Act). + enable_build: 'true' + enable_sonar: 'true' + enable_deploy: 'true' wait_for_quality_gate: 'false' app_path_beta: /var/www/app-beta