callrail/package-cleanup

Clean up development versions from github packages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
branch-nameSearch string to look for in versions. Odd characters will be replaced with dashyes
ownerOwner of the repo containing the package version to delete. Defaults to the owner of the repo running the action. no
repoRepo containing the package version to delete. Defaults to the repo running the action. no
package-nameName of the package containing the version to delete.yes
tokenToken with the necessary scopes to delete package versions. If num-old-versions-to-delete is used the token also needs the read packages scope. 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-runPrint the IDs and exit without deleting. Define this value in quotes as the action.yml schema requires this to be a string. nofalse

no outputs