mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
debug: adding context debugging
This commit is contained in:
parent
48269c3876
commit
35f26ee693
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
|
@ -37,6 +37,8 @@ async function run() {
|
||||||
payload: { pull_request: pullRequest, sha, repository },
|
payload: { pull_request: pullRequest, sha, repository },
|
||||||
} = github.context;
|
} = github.context;
|
||||||
|
|
||||||
|
core.debug(github.context);
|
||||||
|
|
||||||
const { full_name: repoFullName } = repository;
|
const { full_name: repoFullName } = repository;
|
||||||
|
|
||||||
let issueNumber;
|
let issueNumber;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue