main: use core.info instead of console.log

This commit is contained in:
Dawid Dziurla 2020-03-01 12:29:14 +01:00
parent 8c2729a391
commit 8465ba4d6e
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -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)
}