mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-01-12 00:56:03 +08:00
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"name": "action-send-mail",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.7",
|
|
"@actions/glob": "^0.2.0",
|
|
"nodemailer": "^6.4.17",
|
|
"showdown": "^1.9.1"
|
|
}
|
|
}
|