diff --git a/main.js b/main.js index 56d2ef44..b7982daf 100644 --- a/main.js +++ b/main.js @@ -41,7 +41,7 @@ async function main() { html: html == "true" ? get_body(body) : undefined, }) - console.log(info) + core.info(info) } catch (error) { core.setFailed(error.message) }