mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-09 21:41:07 +07:00
b7c5d1ceb6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
25 lines
642 B
JSON
25 lines
642 B
JSON
{
|
|
"name": "action-send-mail",
|
|
"version": "1.0.0",
|
|
"description": "An action that simply sends a mail to multiple recipients.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dawidd6/action-send-mail.git"
|
|
},
|
|
"author": "dawidd6",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dawidd6/action-send-mail/issues"
|
|
},
|
|
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.7",
|
|
"nodemailer": "^6.4.17",
|
|
"showdown": "^1.9.1"
|
|
}
|
|
}
|