main: info toString

This commit is contained in:
Dawid Dziurla 2020-03-01 12:40:05 +01:00
parent 7b4177494b
commit cc89fb17b6
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,
})
core.info(info)
core.info(info.toString())
} catch (error) {
core.setFailed(error.message)
}