Ran formatting
This commit is contained in:
@@ -2,7 +2,7 @@ import * as core from '@actions/core';
|
||||
|
||||
async function run() {
|
||||
const myInput = core.getInput('myInput');
|
||||
core.debug(`Hello ${myInput}`)
|
||||
core.debug(`Hello ${myInput}`);
|
||||
}
|
||||
|
||||
run();
|
||||
run();
|
||||
|
||||
Reference in New Issue
Block a user