mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 10:14:02 +00:00 
			
		
		
		
	UPDATE cache restore
Fails the caches when there is random failure like a connection timeout
This commit is contained in:
		
							parent
							
								
									c7c46bcb6d
								
							
						
					
					
						commit
						c1d226baa6
					
				@ -65,6 +65,7 @@ async function run(): Promise<void> {
 | 
			
		||||
        }
 | 
			
		||||
    } catch (error) {
 | 
			
		||||
        core.setFailed(error.message);
 | 
			
		||||
        utils.setCacheHitOutput(false);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user