From 25ee7a8ae9c2cb267d28271e38928a88e8af43e0 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 21 May 2025 21:40:39 +0200 Subject: [PATCH] Update README.md Co-authored-by: Kyle Ross <37418852+Rossbro2@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82e78c3..ff9d87c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you are using a `self-hosted` Windows runner, `GNU tar` and `zstd` are requir * `enableCrossOsArchive` - An optional boolean when enabled, allows Windows runners to save or restore caches that can be restored or saved respectively on other platforms. Default: `false` * `fail-on-cache-miss` - Fail the workflow if cache entry is not found. Default: `false` * `lookup-only` - If true, only checks if cache entry exists and skips download. Does not change save cache behavior. Default: `false` -* `save-on-success` - If true, then the cache is written in the post action on success, or (if false) the cache will only be restored if available. +* `save-on-success` - If true, then the cache is written in the post action on success, or (if false) the cache will only be restored if available. Default: `true` #### Environment Variables