package: add yaml

This commit is contained in:
Dawid Dziurla
2020-12-09 11:56:40 +01:00
parent d270136941
commit 7b2f0761a9
60 changed files with 16013 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
"main": "main.js",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4"
"@actions/exec": "^1.0.4",
"yaml": "^1.10.0"
}
}