From cf43f110f99812be729133c0d1af658d33d620d9 Mon Sep 17 00:00:00 2001 From: Dominik Hryshaiev Date: Thu, 19 Sep 2024 14:03:28 +0200 Subject: [PATCH] Remove echo from a workflow --- .github/workflows/code-health.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 28a4472..e6426ae 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -31,10 +31,6 @@ jobs: # list of things to do - name: Type Checking run: yarn typecheck - - run: echo "SUPABASE_URL is $SUPABASE_URL" - env: - SUPABASE_URL: ${{ secrets.SUPABASE_URL }} - linting: name: Linting # job name (unique id) runs-on: ubuntu-latest # on which machine to run