From 65bb9c620ad500134fb080efaf2b8059a2cb318e Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 23 Feb 2026 02:25:49 +0100 Subject: [PATCH] chore(ci): Fix TURBO_TELEMETRY_DISABLED variable type --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index caa8926d..afd56c2d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: ๐Ÿงช QA Checks env: - TURBO_TELEMETRY_DISABLED: 1 + TURBO_TELEMETRY_DISABLED: "1" run: npx turbo run check:mdx lint typecheck test --cache-dir=".turbo" - name: ๐Ÿ—๏ธ Build diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bae2bb3f..1ae6d3f7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -185,7 +185,7 @@ jobs: - name: ๐Ÿงช QA Checks if: github.event.inputs.skip_checks != 'true' env: - TURBO_TELEMETRY_DISABLED: 1 + TURBO_TELEMETRY_DISABLED: "1" run: npx turbo run lint check:spell typecheck test --cache-dir=".turbo" # โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€