savrov/Version Cleaner Action
A GitHub Action for deleting packages with specific version from a GitHub repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-repository | The GitHub repository where snapshots will be deleted | no | ${{ github.repository }} |
| package-type | The package type to delete (e.g., maven) | yes | — |
| version-tag | The tag to use to identify version packages | no | SNAPSHOT |
| is-version-tag-strict | Whether to use strict matching for version tag | no | true |
| github-token | The GitHub token to use for deleting packages. See required scopes in README.md | yes | — |
Outputs
no outputs