We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0895e3 commit fecb9c5Copy full SHA for fecb9c5
action.yml
@@ -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"
+name: "Create repository (Personal or Organization)"
+description: "Creates a repository in the given user or organization account. Requires classic orfine grained token with write access"
3
4
branding:
5
icon: "box"
@@ -39,4 +39,4 @@ outputs:
39
description: "String - Numeric representation of the repository"
40
runs:
41
using: "node20"
42
- main: "runner/index.js"
+ main: "dist/index.js"
0 commit comments