kula-app/Clean Cache
Delete GitHub Actions caches by key prefix
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Cache key prefix to match for deletion | yes | — |
| ref | Git ref to scope cache deletion (e.g. refs/heads/main) | no | — |
| token | GitHub token with actions:write permission | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| deleted-count | Number of caches successfully deleted |