ujjwalbudha/GitHub Actions Cache Manager
Selectively cleans old GitHub Actions caches while preserving recent ones.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Your GITHUB_TOKEN. | no | ${{ github.token }} |
| dry-run | List caches only, do not clear them. | no | false |
| page-size | Page size for cache listing. | no | 100 |
| keep-recent | Number of recent caches to keep (sorted by creation date). | no | 5 |
| older-than-days | Delete caches older than this many days. | no | "" |
Outputs
no outputs