mirror of
				https://gitea.com/actions/cache.git
				synced 2025-11-04 07:47:08 +00:00 
			
		
		
		
	Address review comments and update tests
This commit is contained in:
		
							
								
								
									
										3
									
								
								dist/restore-only/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/restore-only/index.js
									
									
									
									
										vendored
									
									
								
							@@ -10118,7 +10118,8 @@ function getInputAsInt(name, options) {
 | 
			
		||||
}
 | 
			
		||||
exports.getInputAsInt = getInputAsInt;
 | 
			
		||||
function getInputAsBool(name, options) {
 | 
			
		||||
    return core.getBooleanInput(name, options);
 | 
			
		||||
    const result = core.getInput(name, options);
 | 
			
		||||
    return result.toLowerCase() === "true";
 | 
			
		||||
}
 | 
			
		||||
exports.getInputAsBool = getInputAsBool;
 | 
			
		||||
function isCacheFeatureAvailable() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user