mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Update README.md (#76)
This commit is contained in:
		
							parent
							
								
									bc821d0c12
								
							
						
					
					
						commit
						31508256ff
					
				| 
						 | 
					@ -75,7 +75,7 @@ steps:
 | 
				
			||||||
    id: cache
 | 
					    id: cache
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      path: path/to/dependencies
 | 
					      path: path/to/dependencies
 | 
				
			||||||
      key: ${{ runner.os }}-${{ hashFiles('**/lockfiles')}}
 | 
					      key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  - name: Install Dependencies
 | 
					  - name: Install Dependencies
 | 
				
			||||||
    if: steps.cache.outputs.cache-hit != 'true'
 | 
					    if: steps.cache.outputs.cache-hit != 'true'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user