diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f22fb66..515f763 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,6 +50,10 @@ jobs: if: github.repository == 'codecov/codecov-action' runs-on: macos-latest-xlarge steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - name: Checkout uses: actions/checkout@v4.1.5 - name: Install dependencies