mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Update examples.md
Co-Authored-By: Eric Taylor <erictaylor89@gmail.com>
This commit is contained in:
		
							parent
							
								
									0beb5319ff
								
							
						
					
					
						commit
						b90a46c7a5
					
				| 
						 | 
					@ -90,7 +90,7 @@ The yarn cache directory will depend on your operating system and version of `ya
 | 
				
			||||||
- uses: actions/cache@v1
 | 
					- uses: actions/cache@v1
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    path: ${{ steps.yarn-cache.outputs.dir }}
 | 
					    path: ${{ steps.yarn-cache.outputs.dir }}
 | 
				
			||||||
    key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock')) }}
 | 
					    key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
 | 
				
			||||||
    restore-keys: |
 | 
					    restore-keys: |
 | 
				
			||||||
      ${{ runner.os }}-yarn-
 | 
					      ${{ runner.os }}-yarn-
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user