koki-develop/Cache Delete Action

Delete GitHub Actions caches for a given key.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
keyA key for identifying the cache.yes
refThe full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/<branch name>`.s To reference a pull request use `refs/pull/<number>/merge`. no
tokenThe token to use to delete the cache.no${{ github.token }}
fail-on-not-foundWhether to fail the action if the cache is not found. nofalse

no outputs