From 0b5ec1791127dfbcb9622da6eed93577bc658692 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 894a1483..cc07a838 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 b7bc0a3b..a8cff9a2 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: