We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6755fa8 commit ce2a8f3Copy full SHA for ce2a8f3
1 file changed
.github/workflows/CI-post.yml
@@ -45,6 +45,11 @@ jobs:
45
run: |
46
echo '{ "name": "fake", "scripts": { "build": "" } }' > built/package.json
47
48
+ - name: Dump GitHub context
49
+ env:
50
+ GITHUB_CONTEXT: ${{ toJson(github) }}
51
+ run: echo "$GITHUB_CONTEXT"
52
+
53
- name: "Change branch to one specific to this PR, as that's what the SWA uploader uses to determine env"
54
55
git checkout -b pr_${{ github.event.workflow_run.pull_requests[0].number }}
0 commit comments