Skip to content

Commit 2b5a782

Browse files
authored
Update caching-strategies.md (#1084)
Correct typo; `restore` should be `save'.
1 parent 6c2de3b commit 2b5a782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caching-strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ steps:
182182

183183
### Reusing primary key from restore cache as input to save action
184184

185-
If you want to avoid re-computing the cache key again in `save` action, the outputs from `restore` action can be used as input to the `restore` action.
185+
If you want to avoid re-computing the cache key again in `save` action, the outputs from `restore` action can be used as input to the `save` action.
186186

187187
```yaml
188188
- uses: actions/cache/restore@v3

0 commit comments

Comments
 (0)