From b37ce64034f6b3feaa9d886aec3e77bf3c749429 Mon Sep 17 00:00:00 2001 From: Naman Malhotra Date: Thu, 19 Sep 2024 21:51:17 +0530 Subject: [PATCH] remove github debug --- .github/workflows/new-cfe-notifications.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/new-cfe-notifications.yml b/.github/workflows/new-cfe-notifications.yml index 60c208d7607..87b9c865c99 100644 --- a/.github/workflows/new-cfe-notifications.yml +++ b/.github/workflows/new-cfe-notifications.yml @@ -13,10 +13,6 @@ jobs: if: github.event.label.name == 'code freeze exception' runs-on: ubuntu-20.04 steps: - - name: Debug GitHub Context - run: | - echo "${{ toJson(github) }}" - - name: Notify Slack uses: archive/github-actions-slack@v2.0.0 id: notify