actions-marketplace-validations/delete-preview-packages
Delete old semver preview packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token with the necessary scopes to delete package versions. Defaults to github.token scoped to the repo running the action. To delete package versions of a package outside the repo the action is running in use a Personal Access Token stored as a secret. | no | ${{ github.token }} |
| owner | Owner of the repo containing the package version to delete. Defaults to the owner of the repo running the action. | no | — |
| repo | Repo containing the package version to delete. Defaults to the repo running the action. | no | — |
| packages | Comma separated string of packages to delete. | yes | — |
| package_type | package type ('npm', 'maven', 'rubygems', 'nuget', 'docker', 'container'), defaults to 'nuget' | no | nuget |
| dry_run | turn this on will only list packages | no | false |
Outputs
no outputs