Compare commits

...

2 Commits

Author SHA1 Message Date
dulcekarma7u7-netizen
5f2be35d9d
Merge 0dda908a9a into b45623637f 2026-01-29 11:46:26 +01:00
dulcekarma7u7-netizen
0dda908a9a
Fix formatting in README.md for cache usage section 2025-10-27 22:47:50 -06:00

View File

@ -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 ### 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.