mirror of
https://gitea.com/actions/setup-java.git
synced 2025-08-20 19:43:28 +08: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