mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-12-24 22:06:53 +00:00
Merge 3a277b5a1b into 9255dc7a25
This commit is contained in:
commit
2a91fa9e25
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue