mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-10-31 04:32:28 +00:00 
			
		
		
		
	Calling methods from same file
This commit is contained in:
		
							parent
							
								
									a76826ef46
								
							
						
					
					
						commit
						d6e98d9302
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		|  | @ -5,4 +5,6 @@ async function restore(): Promise<void> { | |||
|     await run(new StateOutputSetter()); | ||||
| } | ||||
| 
 | ||||
| restore(); | ||||
| 
 | ||||
| export default restore; | ||||
|  |  | |||
|  | @ -5,4 +5,6 @@ async function restoreOnly(): Promise<void> { | |||
|     await run(new NonStateOutputSetter()); | ||||
| } | ||||
| 
 | ||||
| restoreOnly(); | ||||
| 
 | ||||
| export default restoreOnly; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue