mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 13:29:10 +08:00 
			
		
		
		
	experimenting
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/restore-only/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/restore-only/index.js
									
									
									
									
										vendored
									
									
								
							@@ -36773,7 +36773,7 @@ function runRestoreAction() {
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
core.info("before runRestoreAction");
 | 
			
		||||
runRestoreAction();
 | 
			
		||||
// runRestoreAction();
 | 
			
		||||
core.info("after runRestoreAction");
 | 
			
		||||
exports.default = runRestoreAction;
 | 
			
		||||
core.info("after export default runRestoreAction");
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ async function runRestoreAction(): Promise<void> {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
core.info("before runRestoreAction");
 | 
			
		||||
runRestoreAction();
 | 
			
		||||
// runRestoreAction();
 | 
			
		||||
core.info("after runRestoreAction");
 | 
			
		||||
 | 
			
		||||
export default runRestoreAction;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user