lee-lott-actions/Delete GitHub Repository
Deletes 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 |
|---|---|---|---|
| repo-name | The name of the repository to delete | 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 delete attempt ("success" or "failure") |
| error-message | Error message if the delete attempt fails |