Skip to content

Commit fdd0dbc

Browse files
Minor clean up and branding creation
1 parent 5216b69 commit fdd0dbc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

action.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
name: "Create a repository on personal account or organization"
22
description: "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+
48
inputs:
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+
3235
outputs:
3336
RepositoryURL:
3437
description: "String - URL of the created repository"
3538
RepositoryID:
3639
description: "String - Numeric representation of the repository"
3740
runs:
38-
using: "node16"
41+
using: "node20"
3942
main: "runner/index.js"

0 commit comments

Comments
 (0)