opengrabeso/Clean Cache

Cleans up caches for GitHub Actions based on branch or PR ref

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenAuthenticated GitHub token.yes${{ github.token }}
refThe full Git reference for which the cache should be cleaned. Use refs/pull/<number>/merge for PRs. When not present, context is detected automatically and PR, branch or both caches are cleaned.
includePrefixCaches with keys matching this as prefix will be deleted, oldest created first.
exceptKey which should not be deleted
postRun the cleanup post workflowfalse
verboseLog all existing caches with timestampsfalse
keepNumber of most recent items to keep0

no outputs