mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 04:24:02 +00:00 
			
		
		
		
	fix formatting
This commit is contained in:
		
							parent
							
								
									1eade9d5b9
								
							
						
					
					
						commit
						6f05cbc278
					
				@ -52,7 +52,11 @@ async function run(): Promise<void> {
 | 
				
			|||||||
            const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey);
 | 
					            const isExactKeyMatch = utils.isExactKeyMatch(primaryKey, cacheKey);
 | 
				
			||||||
            utils.setCacheHitOutput(isExactKeyMatch);
 | 
					            utils.setCacheHitOutput(isExactKeyMatch);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            core.info(`Cache restored from ${isExactKeyMatch ? '' : 'restore '}key: ${cacheKey}`);
 | 
					            core.info(
 | 
				
			||||||
 | 
					                `Cache restored from ${
 | 
				
			||||||
 | 
					                    isExactKeyMatch ? "" : "restore "
 | 
				
			||||||
 | 
					                }key: ${cacheKey}`
 | 
				
			||||||
 | 
					            );
 | 
				
			||||||
        } catch (error) {
 | 
					        } catch (error) {
 | 
				
			||||||
            if (error.name === cache.ValidationError.name) {
 | 
					            if (error.name === cache.ValidationError.name) {
 | 
				
			||||||
                throw error;
 | 
					                throw error;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user