Merge branch 'main' into fail-on-cache-miss

This commit is contained in:
Marc Mueller 2023-01-16 23:03:14 +01:00
commit f2d21e50ba
5 changed files with 401 additions and 48 deletions

View file

@ -1,6 +1,6 @@
# Restore action
The restore action, as the name suggest, restores a cache. It acts similar to the`cache` action except that it doesn't have a post step to save the cache. This action can provide you a granular control to only restore a cache without having to necessarily save it. It accepts the same set of inputs as the `cache` action.
The restore action, as the name suggest, restores a cache. It acts similar to the `cache` action except that it doesn't have a post step to save the cache. This action can provide you a granular control to only restore a cache without having to necessarily save it. It accepts the same set of inputs as the `cache` action.
## Inputs