From 3bd06d2956499157093cfce1853b3fbb05ba86de Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:05:55 -0400 Subject: [PATCH] Add descriptions for save and restore actions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cb71e7..23b703d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This action allows caching dependencies and build outputs to improve workflow ex >Two other actions are available in addition to the primary `cache` action: > ->* [Restore action](./restore/README.md) ->* [Save action](./save/README.md) +>* [Restore action](./restore/README.md) - Restores a cache. It provides granular ability to restore a cache without having to save it. It accepts the same set of inputs as the cache action. +>* [Save action](./save/README.md) - Saves a cache. It provides granular ability to save a cache without having to restore it, or to do a save at any stage of the workflow job -- not only in post phase. [![Tests](https://github.com/actions/cache/actions/workflows/workflow.yml/badge.svg)](https://github.com/actions/cache/actions/workflows/workflow.yml) @@ -369,4 +369,4 @@ You are welcome to still raise bugs in this repo. ## License -The scripts and documentation in this project are released under the [MIT License](LICENSE) \ No newline at end of file +The scripts and documentation in this project are released under the [MIT License](LICENSE)