mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	lint, fix, and rebuild
This commit is contained in:
		
							parent
							
								
									88d49726bd
								
							
						
					
					
						commit
						b830d6f730
					
				| 
						 | 
				
			
			@ -28,7 +28,7 @@ async function run(): Promise<void> {
 | 
			
		|||
 | 
			
		||||
            const state = utils.getCacheState();
 | 
			
		||||
 | 
			
		||||
            let primaryKey: string = "";
 | 
			
		||||
            let primaryKey = "";
 | 
			
		||||
            const reeval = core.getBooleanInput(Inputs.Reeval);
 | 
			
		||||
            if (!reeval) {
 | 
			
		||||
                // Inputs are reevaluted before the post action, so we want the original key used for restore
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user