diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index a2189e5aa4..1a0b6e4abb 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -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: