1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Dump debug output for Actions workflow_run event (#21214)

This commit is contained in:
James M. Greene
2021-08-30 21:24:09 -05:00
committed by GitHub
parent 53df638e4b
commit f8dd1ae768

View File

@@ -35,6 +35,11 @@ jobs:
outputs:
source_blob_url: ${{ steps.build-source.outputs.download_url }}
steps:
- name: Dump event context
env:
GITHUB_EVENT_CONTEXT: ${{ toJSON(github.event) }}
run: echo "$GITHUB_EVENT_CONTEXT"
- name: Download build artifact
uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
with: