actions-marketplace-validations/Purge old artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| age | Artifacts older than this will be deleted (e.g. "2 months", "1 day"). Parsed by moment. | yes | — |
| GITHUB_TOKEN | Access token for the repository, available under the same name in secrets. | yes | ${{ github.token }} |
| skip-tags | true/false. If enabled, tag build artifacts (e.g. release artifacts) will be kept. | no | — |
| skip-recent | Keep the specified number of artifacts even if they are older than the age. | no | — |
Outputs
no outputs