From 369fd4bb8e327f7206461ee79dabe47d1620e461 Mon Sep 17 00:00:00 2001 From: Robat Williams Date: Thu, 1 Jun 2023 09:30:55 +0100 Subject: [PATCH] GitHub nowadays sets CI env var by default https://github.blog/changelog/2020-04-15-github-actions-sets-the-ci-environment-variable-to-true/ --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a88372..c54de0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,3 @@ jobs: run: | npm install npm run ci - env: - CI: true