From fe15f31851fc067541d7648960dedbba7e2f71a7 Mon Sep 17 00:00:00 2001 From: Aarushi Date: Mon, 29 Jul 2024 13:50:35 +0100 Subject: [PATCH] remove debug --- .github/workflows/autogpt-infra-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/autogpt-infra-ci.yml b/.github/workflows/autogpt-infra-ci.yml index 3980f88421..4846a997dd 100644 --- a/.github/workflows/autogpt-infra-ci.yml +++ b/.github/workflows/autogpt-infra-ci.yml @@ -35,9 +35,6 @@ jobs: tflint_recurse: true tflint_changed_only: false - - name: Debug default branch - run: echo "Default branch is ${{ github.event.repository.default_branch }}" - - name: Set up Helm uses: azure/setup-helm@v4.2.0 with: