mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-01-12 00:56:03 +08: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,
|
html: html == "true" ? get_body(body) : undefined,
|
||||||
})
|
})
|
||||||
|
|
||||||
core.info(info)
|
core.info(info.toString())
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message)
|
core.setFailed(error.message)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user