lee-lott-actions/Set Repository To Template Repository
A GitHub Action to set a repository as 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 | — |
| is-template | The template status of the repository ("true" or "false") | yes | — |
| owner | The owner of the repository (user or organization) | yes | — |
| token | GitHub token with repository write access | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the set template repository operation ("success" or "failure") |
| error-message | Error message if the repository template operation fails |