Skip to content

Commit 8034416

Browse files
authored
Update blank.yml
1 parent f07fcb6 commit 8034416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: actions/github-script@v6
4848
with:
4949
script: |
50+
core.info(context.payload);
5051
core.info(context.payload.pull_request);
5152
core.info(context.payload.pull_request.head);
5253
// Use the PR head commit SHA

0 commit comments

Comments
 (0)