lee-lott-actions/Create Repository From Template
A GitHub Action to create a new repository from a template repository using the GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-name | The name of the new repository to create | yes | — |
| repo-description | The description for the new repository | yes | — |
| template-repo | The name of the template repository to use | yes | — |
| owner | The owner of the template and new repository (user or organization) | yes | — |
| token | GitHub token with repository write access | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the repository creation ("success" or "failure") |
| error-message | Error message if the repository creation fails |