toshimaru/Delete Action Cache
Delete GitHub Actions Cache with ease
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A token for the repository | — | ${{ github.token }} |
| limit | The number of caches to delete | — | 100 |
| branch | The branch name where the cache is stored | — | — |
| repo | The repository name | — | ${{ github.repository }} |
| head-ref | The value of `github.head_ref` | — | ${{ github.head_ref }} |
| pr-number | A number of the Pull Request | — | ${{ github.event.number }} |
| ref | The value of `github.ref` | — | ${{ github.ref }} |
Outputs
no outputs