initial commit of action

This commit is contained in:
Sebastian Rollen
2021-06-28 10:06:44 -04:00
commit 1b055e6e6a
355 changed files with 77131 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "toml-action",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"toml": "^3.0.0"
}
}