mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-01-14 10:06:03 +08:00
main: style fix
This commit is contained in:
parent
c938b3cb85
commit
b738850ab1
2
main.js
2
main.js
@ -1,7 +1,7 @@
|
|||||||
const nodemailer = require("nodemailer")
|
const nodemailer = require("nodemailer")
|
||||||
const core = require("@actions/core")
|
const core = require("@actions/core")
|
||||||
const fs = require("fs")
|
const fs = require("fs")
|
||||||
const showdown = require('showdown')
|
const showdown = require("showdown")
|
||||||
|
|
||||||
function getBody(bodyOrFile, convertMarkdown) {
|
function getBody(bodyOrFile, convertMarkdown) {
|
||||||
let body = bodyOrFile
|
let body = bodyOrFile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user