wherobots/Delete package versions
delete version of packages on GitHub packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the repo containing the package version to delete. Defaults to the owner of the repo running the action. | no | — |
| package_type | Package type, could be maven or npm | yes | — |
| packages | GitHub package names to delete versions from, separated by comma | yes | — |
| versions | Package versions to delete, separated by comma | yes | — |
| github_token | A GitHub token with delete access to packages. | no | ${{ github.token }} |
Outputs
no outputs