Dump debug output for Actions workflow_run event (#21214)
This commit is contained in:
5
.github/workflows/staging-deploy-pr.yml
vendored
5
.github/workflows/staging-deploy-pr.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user