mirror of
https://github.com/actions/cache.git
synced 2025-11-07 18:46:56 +00:00
Fix formatting in README.md for cache usage section
This commit is contained in:
parent
0057852bfa
commit
0dda908a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -132,4 +132,4 @@ The outputs `cache-primary-key` and `cache-matched-key` can be used to check if
|
|||
|
||||
### Ensuring proper restores and save happen across the actions
|
||||
|
||||
It is very important to use the same `key` and `path` that were used by either `actions/cache` or `actions/cache/save` while saving the cache. Learn more about cache key [naming](https://github.com/actions/cache#creating-a-cache-key) and [versioning](https://github.com/actions/cache#cache-version) here.
|
||||
It is very important to use the same `key` and `path` that were used by either `actions/cache` or `actions/cache/save` while saving the cache. Learn more about cache key [naming](https://github.com/actions/cache#creating-a-cache-key) and [versioning](https://github.com/actions/cache#cache-version) here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue