mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-30 20:22:28 +00:00 
			
		
		
		
	Merge pull request #530 from axelson/document-where-to-cache
Make it more obvious that the cache call does double duty
This commit is contained in:
		
						commit
						baed3516c3
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -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. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue