mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-04-17 16:44:15 +07:00
main: info toString
This commit is contained in:
parent
7b4177494b
commit
cc89fb17b6
2
main.js
2
main.js
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user