提交 1546fc66 编写于 作者: sinat_25235033's avatar sinat_25235033

remove unnecessary log

上级 25c43a28
......@@ -34,9 +34,7 @@ async function run(): Promise<void> {
if (bot_login_name === null || bot_login_name === undefined || bot_login_name === '') {
octokit = github.getOctokit(myToken)
const botInfo = await octokit.request('GET /user')
core.info(JSON.stringify(botInfo))
bot_login_name = botInfo.data.login
core.info(`bot_login_name2: ${bot_login_name}`)
}
if (bot_login_name === issue_user) {
core.info(`The issue comment user is bot ${bot_login_name} himself, ignore return.`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册