luizbon/delete-preview-packages
Delete old semver preview packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 15, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: luizbon/delete-preview-packages@7258eb900335645c21ddf10678d2fa01c1772246 # v0.2tags can be moved; commit SHAs can't. why a SHA?
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