forked from fredlemieux/get-PR-latest-commit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 851 Bytes
/
package.json
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": "get-PR-latest-commit",
"version": "2.0.0",
"description": "An action to get the latest commit on a pull request, and output the information of the latest commit, include the commit context, commit message, commit SHA.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ActionsRML/get-PR-latest-commit.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ActionsRML/get-PR-latest-commit/issues"
},
"homepage": "https://github.com/ActionsRML/get-PR-latest-commit#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@octokit/core": "^3.1.0",
"@octokit/rest": "^18.0.3"
}
}