Skip to content

Commit 8829e97

Browse files
Vipullucascosti
andauthored
Update README.md
Co-authored-by: Lucas Costi <[email protected]>
1 parent 2086306 commit 8829e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: /primes.sh -d prime-numbers
8282
```
8383

84-
Note: The call to cache both restores the cache and sets up a hook to restore the cache at the end of the workflow so you need to add the cache step near the beginning of your workflow.
84+
> Note: You must use the `cache` action in your workflow before you need to use the files that might be restored from the cache. If the provided `key` doesn't match an existing cache, a new cache is automatically created if the job completes successfully.
8585

8686
## Implementation Examples
8787

0 commit comments

Comments
 (0)