Files

18 lines
402 B
JSON

{
"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"
}
}