Skip to content

Commit 1e94b32

Browse files
authored
docs: correct use-cache default value in readme
1 parent 9e0852a commit 1e94b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
| `mode` | Specify run mode (currently only supporting `firewall` mode) | Yes | `-` |
4040
| `firewall-version` | Specify the firewall version number | No | `latest` |
4141
| `job-summary` | Create a [job summary][job-summary] | No | `true` |
42-
| `use-cache` | Cache the Socket binaries (force download if `false`) | No | `false` |
42+
| `use-cache` | Cache the Socket binaries (force download if `false`) | No | `true` |
4343
| `github-token` | GitHub API Token used for downloading binaries | No | `${{ github.token}}` |
4444

4545
#### Outputs

0 commit comments

Comments
 (0)