mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Add restore-keys
Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
This commit is contained in:
		
							parent
							
								
									6d0655e4ae
								
							
						
					
					
						commit
						c49fc7ae78
					
				| 
						 | 
				
			
			@ -287,7 +287,9 @@ The yarn cache directory will depend on your operating system and version of `ya
 | 
			
		|||
      path: |
 | 
			
		||||
      	 ~/.pnpm-store
 | 
			
		||||
         D:\.pnpm-store
 | 
			
		||||
      key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}```
 | 
			
		||||
      key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
 | 
			
		||||
      restore-keys: |
 | 
			
		||||
        ${{ runner.os }}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user