Skip to content

Commit

Permalink
Merge pull request #530 from axelson/document-where-to-cache
Browse files Browse the repository at this point in the history
Make it more obvious that the cache call does double duty
Vipul authored Jun 27, 2022
2 parents eec8cd3 + 8829e97 commit baed351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -72,6 +72,8 @@ jobs:
run: /primes.sh -d prime-numbers
```
> 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.

## Implementation Examples

Every programming language and framework has its own way of caching.

0 comments on commit baed351

Please sign in to comment.