mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
debug: inspect github context on merge from pr -> master
This commit is contained in:
parent
0d766c9e6d
commit
240085d7fd
2 changed files with 4 additions and 0 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -2023,6 +2023,8 @@ async function run() {
|
|||
sha: commitSha,
|
||||
} = github.context;
|
||||
|
||||
core.debug(JSON.stringify(github.context));
|
||||
|
||||
const { full_name: repoFullName } = repository;
|
||||
|
||||
let issueNumber;
|
||||
|
|
|
|||
2
index.js
2
index.js
|
|
@ -36,6 +36,8 @@ async function run() {
|
|||
sha: commitSha,
|
||||
} = github.context;
|
||||
|
||||
core.debug(JSON.stringify(github.context));
|
||||
|
||||
const { full_name: repoFullName } = repository;
|
||||
|
||||
let issueNumber;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue