callrail/package-cleanup
Clean up development versions from github packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| branch-name | Search string to look for in versions. Odd characters will be replaced with dash | yes | — |
| 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 | — |
| package-name | Name of the package containing the version to delete. | yes | — |
| token | Token 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-run | Print the IDs and exit without deleting. Define this value in quotes as the action.yml schema requires this to be a string. | no | false |
Outputs
no outputs