mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 10:24:19 +08:00 
			
		
		
		
	Formatted files with prettier
This commit is contained in:
		
							parent
							
								
									f316f94f31
								
							
						
					
					
						commit
						0ae6818675
					
				
							
								
								
									
										2
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							| @ -37662,7 +37662,7 @@ function getInputAsArray(name, options) { | ||||
|     return core | ||||
|         .getInput(name, options) | ||||
|         .split("\n") | ||||
|         .map(s => s.replace(/^\!\s+/, '!').trim()) | ||||
|         .map(s => s.replace(/^\!\s+/, "!").trim()) | ||||
|         .filter(x => x !== "") | ||||
|         .sort(); | ||||
| } | ||||
|  | ||||
							
								
								
									
										2
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							| @ -37662,7 +37662,7 @@ function getInputAsArray(name, options) { | ||||
|     return core | ||||
|         .getInput(name, options) | ||||
|         .split("\n") | ||||
|         .map(s => s.replace(/^\!\s+/, '!').trim()) | ||||
|         .map(s => s.replace(/^\!\s+/, "!").trim()) | ||||
|         .filter(x => x !== "") | ||||
|         .sort(); | ||||
| } | ||||
|  | ||||
| @ -61,7 +61,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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sankalp Kotewar
						Sankalp Kotewar