actions-marketplace-validations/Delete new packages

Deletes new package versions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
ownerOwner of the repo containing the package(s). Defaults to the owner of the repo running the action.no
repoRepo containing the package(s). Defaults to the repo running the action.no
userUser hosting the package(s).no
organizationOrganization hosting the package(s).no
namesNames of the packages.yes
semver-patternSemver range pattern of the versions.no
version-patternRegex pattern of the versions. Defaults to true for all versions.no
versionSpecific version to delete. Defaults to null.no
keepNumber of versions to exclude from deletions. Defaults to 2.no
tokenToken with the necessary scopes to delete and list 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 }}
dry-runIf the action should only print what it would delete instead of actually deleting.nofalse

no outputs