actions-github/Create Repository If Not Exists
Creates an Organization Repository and adds the Actor as an admin
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Oct 8, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-github/create-repository@6a55e44fc68b56abb830db33dc047ae497a24298 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-name | What is the name of the repository? | yes | "" |
| token | Personal access token | yes | "" |
| private | Is private repository? | — | false |
Outputs
| name | description |
|---|---|
| repo-url | URL of the created repository |