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 1
1
name : " Create a repository on personal account or organization"
2
2
description : " Creates a repository in the given user or organization account. Requires classic token with write access"
3
3
4
+ branding :
5
+ icon : " box"
6
+ color : " purple"
7
+
4
8
inputs :
5
9
account :
6
10
description : " String - Name of the account where the repository will be created"
7
11
required : true
8
- default : " "
9
12
name :
10
13
description : " String - Name of repository to be created"
11
14
required : true
12
- default : " "
15
+ githubToken :
16
+ description : " Your account's GitHub token"
17
+ required : true
13
18
description :
14
19
description : " String - Description of repository to be created"
15
20
required : false
@@ -26,14 +31,12 @@ inputs:
26
31
description : " Does the repository allows issues"
27
32
required : false
28
33
default : " false"
29
- org-admin-token :
30
- description : " Does the repository allows issues"
31
- required : true
34
+
32
35
outputs :
33
36
RepositoryURL :
34
37
description : " String - URL of the created repository"
35
38
RepositoryID :
36
39
description : " String - Numeric representation of the repository"
37
40
runs :
38
- using : " node16 "
41
+ using : " node20 "
39
42
main : " runner/index.js"
You can’t perform that action at this time.
0 commit comments