File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
2+ "name" : " create-pull-request" ,
3+ "description" : " Creates a pull request for changes to your repository in the actions workspace" ,
4+ "main" : " lib/main.js" ,
5+ "scripts" : {
6+ "build" : " tsc && ncc build" ,
7+ "test:int" : " __test__/integration-tests.sh" ,
8+ "test:unit" : " jest unit"
9+ },
210 "dependencies" : {
311 "@actions/core" : " 1.11.1" ,
412 "@actions/exec" : " 1.1.1" ,
715 "@octokit/plugin-rest-endpoint-methods" : " 13.2.6" ,
816 "uuid" : " 11.0.3"
917 },
10- "description" : " Creates a pull request for changes to your repository in the actions workspace" ,
1118 "devDependencies" : {
1219 "@types/node" : " 22.10.1" ,
1320 "@vercel/ncc" : " 0.38.3" ,
1421 "js-yaml" : " 4.1.0"
15- },
16- "main" : " lib/main.js" ,
17- "name" : " create-pull-request" ,
18- "scripts" : {
19- "build" : " tsc && ncc build" ,
20- "test:int" : " __test__/integration-tests.sh" ,
21- "test:unit" : " jest unit"
2222 }
2323}
You can’t perform that action at this time.
0 commit comments