mirror of
				https://gitea.com/actions/setup-java.git
				synced 2025-10-29 07:47:09 +00:00 
			
		
		
		
	Populate repo
This commit is contained in:
		
							
								
								
									
										8
									
								
								src/setup-java.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/setup-java.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| import * as core from '@actions/core'; | ||||
|  | ||||
| async function run() { | ||||
|   const myInput = core.getInput('myInput'); | ||||
|   core.debug(`Hello ${myInput}`); | ||||
| } | ||||
|  | ||||
| run(); | ||||
		Reference in New Issue
	
	Block a user
	 Danny McCormick
					Danny McCormick