lee-lott-actions/Archive Repository
A GitHub Action to archive a specified 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 archive | yes | — |
| token | GitHub token with repository write access | yes | — |
| owner | The owner of the repository (user or organization) | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the archive attempt ("success" or "failure") |
| error-message | Error message if the archive attempt fails |