im-open/delete-branch-package-versions
An action to delete pre-release GH Package versions created for a specified branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | An access token with the `packages:delete` and `packages:read` scopes that is authorized in the organization where the package versions to be deleted are. | yes | — |
| organization | The organization the packages were created in. Defaults to github.context.repo.org if not provided. | no | — |
| repository | The repo the packages were created in. Defaults to github.context.repo.repo if not provided. | no | — |
| branch-name | The branch name the packages were created with. This is how package versions to delete are identified. | yes | — |
| package-type | The type of package where versions will be deleted. Can be one of npm, maven, rubygems, nuget, docker or container. | yes | — |
| package-names | The names of the packages that versions will be deleted from. Expects one value or a comma separated list (e.g. package1, package2). If not specified, it will default to all of the packages in the current repo. | no | — |
| strict-match-mode | Flag that determines the pattern the action will use to identify matches in the release name and tag. | no | true |
Outputs
no outputs