From c3f91fc3bd1904c1b2ac6ebc13ddb212113587f2 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Wed, 7 Apr 2021 19:28:25 +0530 Subject: [PATCH] Print workflow_run data in spectron comment action --- .github/workflows/spectron_comment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/spectron_comment.yml b/.github/workflows/spectron_comment.yml index 0586b18e..ff14f0a7 100644 --- a/.github/workflows/spectron_comment.yml +++ b/.github/workflows/spectron_comment.yml @@ -9,6 +9,10 @@ jobs: runs-on: ubuntu-latest if: github.event.workflow_run.event == 'pull_request' steps: + - name: Dump Workflow run info from GitHub context + env: + WORKFLOW_RUN_INFO: ${{ toJSON(github.event.workflow_run) }} + run: echo "$WORKFLOW_RUN_INFO" - name: Download Artifacts uses: dawidd6/action-download-artifact@v2.11.0 with: