darefox/Delete Cache by key
Delete Github Action cache by provided key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Key to use | yes | — |
| mode | Mode to select cache. Supported modes: exact, startsWith | yes | — |
| attempts | How many tries should action take before throwing error. Number. | — | 1 |
| delay | Milliseconds of delay between attempts. Number. | — | 2000 |
| token | GITHUB_TOKEN to use | — | ${{ github.token }} |
Outputs
no outputs