diff --git a/dist/index.js b/dist/index.js index 91b3782..382e002 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2004,8 +2004,6 @@ const getPulls = async (repoToken, repo, commitSha) => { additionalHeaders ); - core.debug(JSON.stringify(body)); - return body.result; }; @@ -2023,8 +2021,6 @@ async function run() { sha: commitSha, } = github.context; - core.debug(JSON.stringify(github.context)); - const { full_name: repoFullName } = repository; let issueNumber;