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