mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-31 03:50:22 +02:00
Update README.md
Co-authored-by: Kyle Ross <37418852+Rossbro2@users.noreply.github.com>
This commit is contained in:
parent
40b3745dc1
commit
25ee7a8ae9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue