forked from nikicivan/git-commit-1
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
14 lines (14 loc) · 422 Bytes
/
Copy pathpackage.json
File metadata and controls
14 lines (14 loc) · 422 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "git-commit",
"version": "1.0.0",
"description": "GitHub Action to commit when a file has changed during the Workflow",
"main": "lib/index.js",
"repository": "git@github.com:matheusalbino/git-commit.git",
"author": "Matheus Albino <matheusalbino@users.noreply.github.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@actions/core": "^1.1.0",
"@actions/exec": "^1.0.1"
}
}