luxass/Purge GitHub Action Cache

A GitHub Action to purge the GitHub Action cache

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
debugOutput debug infofalse
modeCache cleanup mode: "normal" (time-based with optional ref), or "all"yesnormal
max-ageDelete all caches older than this value in seconds (used with "normal" mode)no604800
filter-keyFilter caches by "last_accessed_at" or "created_at" (used with "normal" mode)nolast_accessed_at
ref-keyThe branch or tag ref to target. If not specified, uses GITHUB_REF (used with "normal" mode)no""
tokenUsed to communicate with GitHub API. Since there's a default, this is typically not supplied by the user.${{ github.token }}

no outputs