-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 767 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": "aws-codepipeline-action",
"version": "1.0.7",
"description": "This GitHub Actions will help you trigger a pipeline in your AWS CodePipeline - assumming you already have the pipeline. This will not create the pipeline for you.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"keywords": [
"aws",
"github",
"actions",
"codepipeline",
"trigger"
],
"repository": {
"url": "https://github.com/zulhfreelancer/aws-codepipeline-action",
"type": "git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^3.0.0",
"aws-sdk": "^2.705.0"
}
}