mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
perf: remove console
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -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);
|
||||
|
Reference in New Issue
Block a user