diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8db2994..5734b716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,10 +134,6 @@ jobs: - name: Debug Action uses: hmarr/debug-action@v1.0.0 - - name: GitHub JSON - run: echo "${{ toJSON(github) }}" - shell: bash - - name: Download Artifacts uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/fork.yml b/.github/workflows/fork.yml index a0364ff1..1bdb814b 100644 --- a/.github/workflows/fork.yml +++ b/.github/workflows/fork.yml @@ -15,6 +15,9 @@ jobs: github.event.workflow_run.conclusion != 'skipped' steps: + - name: Debug Action + uses: hmarr/debug-action@v1.0.0 + - name: Download Artifacts uses: actions/github-script@v3.1.0 with: