Print workflow_run data in spectron comment action

This commit is contained in:
Labhansh Agrawal 2021-04-07 19:28:25 +05:30 committed by GitHub
parent 319d019768
commit c3f91fc3bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'pull_request' if: github.event.workflow_run.event == 'pull_request'
steps: 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 - name: Download Artifacts
uses: dawidd6/action-download-artifact@v2.11.0 uses: dawidd6/action-download-artifact@v2.11.0
with: with: