Skip to content

Commit f07fcb6

Browse files
authored
Update blank.yml
1 parent 4f313ac commit f07fcb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
uses: actions/github-script@v6
4848
with:
4949
script: |
50+
core.info(context.payload.pull_request);
51+
core.info(context.payload.pull_request.head);
5052
// Use the PR head commit SHA
5153
const sha = context.payload.pull_request.head.sha;
5254
// Fetch check runs for this commit, filtering by check name

0 commit comments

Comments
 (0)