From e57b2588325f3761a56f38ea9c0db5b5e9f1306f Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Fri, 12 Feb 2021 16:25:43 +0100 Subject: [PATCH] get event content --- .github/workflows/ci.yml | 4 ---- .github/workflows/fork.yml | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) 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: