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