Added first basic custom js action logic

This commit is contained in:
2023-07-27 19:43:53 +02:00
parent 24b9fbb524
commit eb4a17b5c7
3 changed files with 273 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "actions-custom",
"version": "1.0.0",
"description": "A test if / how Gitea Actions support custom js actions",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1"
}
}