mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-08 08:19:53 +00:00
Add template
This commit is contained in:
8
src/main.ts
Normal file
8
src/main.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