From 0c4a631e70056a95df1c235d238a80828e07cf9c Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sun, 19 Sep 2021 08:41:26 +0200 Subject: [PATCH] Revert "Add debugging step to test action" This reverts commit bb34703cd9fcc23ab19c04232cd0a09a514dfdba. --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd79574..c0d7fe1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,10 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v2 - name: Test action uses: ./