Resolve attachments via glob

This commit is contained in:
Simon R
2021-06-22 19:18:21 +02:00
committed by Dawid Dziurla
parent 44663f34dd
commit b9bedb34a4
96 changed files with 4707 additions and 1779 deletions

View File

@ -3,6 +3,7 @@
"main": "main.js",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/glob": "^0.2.0",
"nodemailer": "^6.4.17",
"showdown": "^1.9.1"
}