mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-02 14:59:43 +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
|
additionalHeaders
|
||||||
);
|
);
|
||||||
|
|
||||||
core.debug(JSON.stringify(body));
|
|
||||||
|
|
||||||
return body.result;
|
return body.result;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -36,8 +34,6 @@ async function run() {
|
||||||
sha: commitSha,
|
sha: commitSha,
|
||||||
} = github.context;
|
} = github.context;
|
||||||
|
|
||||||
core.debug(JSON.stringify(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