3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-01-11 22:26:16 +00:00
This commit is contained in:
dulcekarma7u7-netizen 2025-12-29 14:44:37 +01:00 committed by GitHub
commit 93ca812489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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