github_actions_delete_actions_cache_by_key
Remove GitHub Actions caches identified by a key from a repository to manage storage and invalidate outdated caches.
Instructions
Delete GitHub Actions caches for a repository (using a cache key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| key | Yes | A key for identifying the cache. | |
| ref | No | The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/<branch name>`. To reference a pull request use `refs/pull/<number>/merge`. |