| @@ -34,7 +34,7 @@ If you are using this inside a container, a POSIX-compliant `tar` needs to be in |
|
|
| 34 |
34 |
|
| 35 |
35 |
* `path` - A list of files, directories, and wildcard patterns to cache and restore. See [`@actions/glob`](https://github.com/actions/toolkit/tree/main/packages/glob) for supported patterns. |
| 36 |
36 |
* `key` - An explicit key for restoring and saving the cache |
| 37 |
|
-* `restore-keys` - An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note |
|
37 |
+* `restore-keys` - An ordered list of prefix-matched keys to use for restoring stale cache if no cache hit occurred for key. Note |
| 38 |
38 |
`cache-hit` returns false in this case. |
| 39 |
39 |
|
| 40 |
40 |
#### Environment Variables |