From 0dda908a9aa1fe43638a48829d9ca9a4d88d63b1 Mon Sep 17 00:00:00 2001 From: dulcekarma7u7-netizen Date: Mon, 27 Oct 2025 22:47:50 -0600 Subject: [PATCH] Fix formatting in README.md for cache usage section --- restore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore/README.md b/restore/README.md index ed8b552..c4329ea 100644 --- a/restore/README.md +++ b/restore/README.md @@ -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.