mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 02:04:01 +00:00 
			
		
		
		
	Update dist folder
This commit is contained in:
		
							parent
							
								
									114965806a
								
							
						
					
					
						commit
						a89dcfa06d
					
				
							
								
								
									
										5
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							@ -36963,8 +36963,9 @@ function getInputAsArray(name, options) {
 | 
				
			|||||||
    return core
 | 
					    return core
 | 
				
			||||||
        .getInput(name, options)
 | 
					        .getInput(name, options)
 | 
				
			||||||
        .split("\n")
 | 
					        .split("\n")
 | 
				
			||||||
        .map(s => s.trim())
 | 
					        .map(s => s.replace(/^\!\s+/, '!').trim())
 | 
				
			||||||
        .filter(x => x !== "");
 | 
					        .filter(x => x !== "")
 | 
				
			||||||
 | 
					        .sort();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
exports.getInputAsArray = getInputAsArray;
 | 
					exports.getInputAsArray = getInputAsArray;
 | 
				
			||||||
function getInputAsInt(name, options) {
 | 
					function getInputAsInt(name, options) {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										5
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							@ -36963,8 +36963,9 @@ function getInputAsArray(name, options) {
 | 
				
			|||||||
    return core
 | 
					    return core
 | 
				
			||||||
        .getInput(name, options)
 | 
					        .getInput(name, options)
 | 
				
			||||||
        .split("\n")
 | 
					        .split("\n")
 | 
				
			||||||
        .map(s => s.trim())
 | 
					        .map(s => s.replace(/^\!\s+/, '!').trim())
 | 
				
			||||||
        .filter(x => x !== "");
 | 
					        .filter(x => x !== "")
 | 
				
			||||||
 | 
					        .sort();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
exports.getInputAsArray = getInputAsArray;
 | 
					exports.getInputAsArray = getInputAsArray;
 | 
				
			||||||
function getInputAsInt(name, options) {
 | 
					function getInputAsInt(name, options) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user