File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
1414 required : true
1515runs :
1616 using : ' node16'
17- main : ' ./src/develop_actions .js'
17+ main : ' ./src/actions .js'
1818
1919branding :
2020 icon : ' package'
Original file line number Diff line number Diff line change 11{
2- "name" : " automate pull request" ,
2+ "name" : " automate- pull- request" ,
33 "version" : " 1.0.0" ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " rm -rf action && ncc build src/develop_actions .js -o action" ,
8- "start" : " babel-node src/develop_actions .js" ,
7+ "build" : " rm -rf action && ncc build src/actions .js -o action" ,
8+ "start" : " babel-node src/actions .js" ,
99 "deploy" :" cd src && zip -r -D test.zip ." ,
1010 "test" : " echo \" Error: no test specified\" && exit 1"
1111 },
File renamed without changes.
You can’t perform that action at this time.
0 commit comments