Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DareFox committed Nov 14, 2023
2 parents 278ccd3 + 466d451 commit f888a95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
name: Delete cache
steps:
- name: Delete 'build-cache-' cache
uses: DareFox/[email protected]
with:
key: build-cache-
attempts: 3
mode: startsWith
```
## Inputs
Expand Down Expand Up @@ -44,7 +49,7 @@ How many tries should the action take before throwing an error.
Default: 1

### `delay`
Delay between trying again.
Delay in ms between trying again.

Default: 2000

Expand Down

0 comments on commit f888a95

Please sign in to comment.