mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Prettify to fix check
This commit is contained in:
		
							parent
							
								
									5dbe0df524
								
							
						
					
					
						commit
						1e55496f3d
					
				| 
						 | 
					@ -26,8 +26,8 @@ async function run(): Promise<void> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        const state = utils.getCacheState();
 | 
					        const state = utils.getCacheState();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        let primaryKey : string;
 | 
					        let primaryKey: string;
 | 
				
			||||||
        if (core.getInput(Inputs.ReevaluateKey)?.toLowerCase() === 'true') {
 | 
					        if (core.getInput(Inputs.ReevaluateKey)?.toLowerCase() === "true") {
 | 
				
			||||||
            // Inputs are re-evaluated before the post action
 | 
					            // Inputs are re-evaluated before the post action
 | 
				
			||||||
            primaryKey = core.getInput(Inputs.Key);
 | 
					            primaryKey = core.getInput(Inputs.Key);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user