diff --git a/dist/index.js b/dist/index.js index 3a86fb1..dfc6624 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6084,7 +6084,6 @@ async function doCheckIssue (owner, repo, issueNumber) { keyword2.length ? matchKeyword(issue.data.body, keyword1) && matchKeyword(issue.data.body, keyword2) : matchKeyword(issue.data.body, keyword1); - console.log(!!checkResult) } core.info(`Actions: [check-issue][${!!checkResult}] success!`); core.setOutput("check-result", !!checkResult); diff --git a/src/advanced.js b/src/advanced.js index fc00f47..f84034a 100644 --- a/src/advanced.js +++ b/src/advanced.js @@ -103,7 +103,6 @@ async function doCheckIssue (owner, repo, issueNumber) { keyword2.length ? matchKeyword(issue.data.body, keyword1) && matchKeyword(issue.data.body, keyword2) : matchKeyword(issue.data.body, keyword1); - console.log(!!checkResult) } core.info(`Actions: [check-issue][${!!checkResult}] success!`); core.setOutput("check-result", !!checkResult);