Skip to content

Commit b053f2b

Browse files
authored
Fix formatting error in restore/README.md (#1044)
1 parent c1a5de8 commit b053f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restore/README.md

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

121121
#### Reusing primary key and restored key in the save action
122122

123-
Usually you may want to use same `key` in both actions/cache/restore` and `actions/cache/save` action. To achieve this, use `outputs` from the restore action to reuse the same primary key (or the key of the cache that was restored).
123+
Usually you may want to use same `key` in both `actions/cache/restore` and `actions/cache/save` action. To achieve this, use `outputs` from the restore action to reuse the same primary key (or the key of the cache that was restored).
124124

125125
#### Using restore action outputs to make save action behave just like the cache action
126126

0 commit comments

Comments
 (0)