File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11name : " Create a repository on personal account or organization"
22description : " Creates a repository in the given user or organization account. Requires classic token with write access"
33
4+ branding :
5+ icon : " box"
6+ color : " purple"
7+
48inputs :
59 account :
610 description : " String - Name of the account where the repository will be created"
711 required : true
8- default : " "
912 name :
1013 description : " String - Name of repository to be created"
1114 required : true
12- default : " "
15+ githubToken :
16+ description : " Your account's GitHub token"
17+ required : true
1318 description :
1419 description : " String - Description of repository to be created"
1520 required : false
@@ -26,14 +31,12 @@ inputs:
2631 description : " Does the repository allows issues"
2732 required : false
2833 default : " false"
29- org-admin-token :
30- description : " Does the repository allows issues"
31- required : true
34+
3235outputs :
3336 RepositoryURL :
3437 description : " String - URL of the created repository"
3538 RepositoryID :
3639 description : " String - Numeric representation of the repository"
3740runs :
38- using : " node16 "
41+ using : " node20 "
3942 main : " runner/index.js"
You can’t perform that action at this time.
0 commit comments