Skip to content

Commit ce2a8f3

Browse files
committed
Dump GH context
1 parent 6755fa8 commit ce2a8f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI-post.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
run: |
4646
echo '{ "name": "fake", "scripts": { "build": "" } }' > built/package.json
4747
48+
- name: Dump GitHub context
49+
env:
50+
GITHUB_CONTEXT: ${{ toJson(github) }}
51+
run: echo "$GITHUB_CONTEXT"
52+
4853
- name: "Change branch to one specific to this PR, as that's what the SWA uploader uses to determine env"
4954
run: |
5055
git checkout -b pr_${{ github.event.workflow_run.pull_requests[0].number }}

0 commit comments

Comments
 (0)