koki-develop/Cache Delete Action
Delete GitHub Actions caches for a given key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | A key for identifying the cache. | yes | — |
| ref | The 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 | — |
| token | The token to use to delete the cache. | no | ${{ github.token }} |
| fail-on-not-found | Whether to fail the action if the cache is not found. | no | false |
Outputs
no outputs