rewrite in javascript

This commit is contained in:
Dawid Dziurla
2020-05-01 20:11:28 +02:00
parent 47f48fd0e8
commit fd56a2ad58
37 changed files with 2298 additions and 120 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "action-ansible-playbook",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/exec": "^1.0.4"
}
}