main: use console.log

core.info does not print objects
This commit is contained in:
Dawid Dziurla 2020-03-01 12:41:15 +01:00
parent cc89fb17b6
commit 8b0be78c90
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, html: html == "true" ? get_body(body) : undefined,
}) })
core.info(info.toString()) console.log(info)
} catch (error) { } catch (error) {
core.setFailed(error.message) core.setFailed(error.message)
} }