We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07fcb6 commit 8034416Copy full SHA for 8034416
.github/workflows/blank.yml
@@ -47,6 +47,7 @@ jobs:
47
uses: actions/github-script@v6
48
with:
49
script: |
50
+ core.info(context.payload);
51
core.info(context.payload.pull_request);
52
core.info(context.payload.pull_request.head);
53
// Use the PR head commit SHA
0 commit comments