mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-02 06:49:48 +11:00
chore: remove debug cruft
This commit is contained in:
parent
75050640bc
commit
c1ecf91772
1 changed files with 0 additions and 4 deletions
4
index.js
4
index.js
|
|
@ -17,8 +17,6 @@ const getPulls = async (repoToken, repo, commitSha) => {
|
|||
additionalHeaders
|
||||
);
|
||||
|
||||
core.debug(JSON.stringify(body));
|
||||
|
||||
return body.result;
|
||||
};
|
||||
|
||||
|
|
@ -36,8 +34,6 @@ 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