foamfactory/Package Release Cleaner
Cleans previous releases to Github Packages containing a specific pattern.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| userOrg | The Github user or organization that owns the package in question | yes | — |
| package | The name of the package for which to clean releases | yes | — |
| token | The authorization token to use to access Github Packages for the specified package. Must have access to delete:packages for the specified package owned by the organization or user specified. | yes | — |
| pattern | The pattern to search for | yes | dev |
Outputs
| name | description |
|---|---|
| numDeleted | The number of package versions that were deleted |