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 4f313ac commit f07fcb6Copy full SHA for f07fcb6
.github/workflows/blank.yml
@@ -47,6 +47,8 @@ jobs:
47
uses: actions/github-script@v6
48
with:
49
script: |
50
+ core.info(context.payload.pull_request);
51
+ core.info(context.payload.pull_request.head);
52
// Use the PR head commit SHA
53
const sha = context.payload.pull_request.head.sha;
54
// Fetch check runs for this commit, filtering by check name
0 commit comments