lee-lott-actions/Rename GitHub Repository
Renames a GitHub repository using the GitHub API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| current-repo-name | The current name of the repository to rename | yes | — |
| new-repo-name | The new name for the repository | yes | — |
| token | GitHub token with repository administration permissions | yes | — |
| owner | The owner of the repository (user or organization) | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the rename attempt ("success" or "failure") |
| error-message | Error message if the rename attempt fails |