From cc1dfcb61efc7c4e3fe7b102cdc31c236698998a Mon Sep 17 00:00:00 2001 From: Steffen Waldmann Date: Thu, 18 Dec 2025 16:21:07 +0100 Subject: [PATCH] Remove `FORCE_COLOR` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not necessary with the upcoming `@sap/cds` + `@sap/cds-dk` 9.7.0 – keeping this PR as a reminder --- .github/workflows/cf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cf.yaml b/.github/workflows/cf.yaml index 30e74ec..42993b3 100644 --- a/.github/workflows/cf.yaml +++ b/.github/workflows/cf.yaml @@ -22,7 +22,6 @@ concurrency: env: APP_NAME: samples - FORCE_COLOR: true jobs: deploy: runs-on: ubuntu-latest