mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-07 15:59:38 +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