glassechidna/GitHub Actions Artifact Cleaner
Automatically clean up old artifacts from your actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| minimumDeletionSize | Specify a minimum size of artifacts to delete in bytes. Artifacts smaller than this won't be deleted. | no | 0 |
| name | (Optional) Specify an artifact name to delete. All other artifacts will be left alone - even if match other criteria, | no | — |
| minimumAge | Only delete artifacts older than this, measured in seconds. | no | 0 |
| repository | — | no | ${{ github.repository }} |
| token | — | no | ${{ github.token }} |
Outputs
no outputs