mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 12:14:02 +00:00 
			
		
		
		
	Fix prettier error
This commit is contained in:
		
							parent
							
								
									84dee78cdb
								
							
						
					
					
						commit
						fe28a720e4
					
				@ -60,7 +60,7 @@ export function getInputAsArray(
 | 
				
			|||||||
    return core
 | 
					    return core
 | 
				
			||||||
        .getInput(name, options)
 | 
					        .getInput(name, options)
 | 
				
			||||||
        .split("\n")
 | 
					        .split("\n")
 | 
				
			||||||
        .map(s => s.replace(/^\!\s+/, '!').trim())
 | 
					        .map(s => s.replace(/^\!\s+/, "!").trim())
 | 
				
			||||||
        .filter(x => x !== "")
 | 
					        .filter(x => x !== "")
 | 
				
			||||||
        .sort();
 | 
					        .sort();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user