luxass/Purge GitHub Action Cache
A GitHub Action to purge the GitHub Action cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Output debug info | — | false |
| mode | Cache cleanup mode: "normal" (time-based with optional ref), or "all" | yes | normal |
| max-age | Delete all caches older than this value in seconds (used with "normal" mode) | no | 604800 |
| filter-key | Filter caches by "last_accessed_at" or "created_at" (used with "normal" mode) | no | last_accessed_at |
| ref-key | The branch or tag ref to target. If not specified, uses GITHUB_REF (used with "normal" mode) | no | "" |
| token | Used to communicate with GitHub API. Since there's a default, this is typically not supplied by the user. | — | ${{ github.token }} |
Outputs
no outputs