From bf178bb3f0c0c5433d413330839fbb3b03cc7e09 Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Tue, 7 Apr 2026 23:31:35 +0530 Subject: [PATCH] docs(ci): note boolean run_* flags for central wdipl-actions CI Made-with: Cursor --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 84aa65d..a3a38be 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: tech_stack: node - # Gitea may pass these as booleans; central CI accepts bool or string (see job if: there). + # Central CI expects YAML booleans (type: boolean). Do not use quoted "true"/"false". run_build: true run_sonar: true run_deploy: true