mirror of
https://github.com/actions/cache.git
synced 2026-03-13 06:03:50 +00:00
Add descriptions for save and restore actions
This commit is contained in:
parent
5656298164
commit
3bd06d2956
@ -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:
|
>Two other actions are available in addition to the primary `cache` action:
|
||||||
>
|
>
|
||||||
>* [Restore action](./restore/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)
|
>* [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.
|
||||||
|
|
||||||
[](https://github.com/actions/cache/actions/workflows/workflow.yml)
|
[](https://github.com/actions/cache/actions/workflows/workflow.yml)
|
||||||
|
|
||||||
@ -369,4 +369,4 @@ You are welcome to still raise bugs in this repo.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The scripts and documentation in this project are released under the [MIT License](LICENSE)
|
The scripts and documentation in this project are released under the [MIT License](LICENSE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user