mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 18:34:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import restore from "./restore";
 | |
| 
 | |
| async function runRestoreStep(): Promise<void> {
 | |
|     await restore();
 | |
| }
 | |
| 
 | |
| runRestoreStep();
 | 
