mirror of
https://github.com/actions/cache.git
synced 2026-03-25 08:00:40 +00:00
Merge 3a277b5a1b2e1f3a00a4de7de561ff6b54373697 into 668228422ae6a00e4ad889ee87cd7109ec5666a7
This commit is contained in:
commit
30e85b4de1
@ -179,6 +179,8 @@ jobs:
|
||||
|
||||
> **Note**
|
||||
> You must use the `cache` or `restore` action in your workflow before you need to use the files that might be restored from the cache. If the provided `key` matches an existing cache, a new cache is not created and if the provided `key` doesn't match an existing cache, a new cache is automatically created provided the job completes successfully.
|
||||
>
|
||||
> The save path must match the restore path, see [Cache Version](#cache-version) below.
|
||||
|
||||
## Caching Strategies
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user