Skip to content

Commit fecb9c5

Browse files
Fixed minor bug
1 parent b0895e3 commit fecb9c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Create a repository on personal account or organization"
2-
description: "Creates a repository in the given user or organization account. Requires classic token with write access"
1+
name: "Create repository (Personal or Organization)"
2+
description: "Creates a repository in the given user or organization account. Requires classic orfine grained token with write access"
33

44
branding:
55
icon: "box"
@@ -39,4 +39,4 @@ outputs:
3939
description: "String - Numeric representation of the repository"
4040
runs:
4141
using: "node20"
42-
main: "runner/index.js"
42+
main: "dist/index.js"

0 commit comments

Comments
 (0)