-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 690 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "workspace-commit",
"version": "0.0.4",
"description": "'JavaScript wrapper for GitHub Actions, runs `child_process.execSync(\"git commit ...\")` with provided Inputs'",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/gha-utilities/workspace-commit.git"
},
"keywords": [
"JavaScript",
"GitHub",
"Actions",
"Workspace",
"Git",
"Commit"
],
"author": "S0AndS0",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/gha-utilities/workspace-commit/issues"
},
"homepage": "https://github.com/gha-utilities/workspace-commit#readme"
}