test
This commit is contained in:
parent
8ec165ee4d
commit
480fc43816
1 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,10 @@ import {
|
|||
} from "./src/common/utils";
|
||||
|
||||
async function main() {
|
||||
|
||||
printInputVars();
|
||||
core.setFailed('Does GitHub reconize this change?');
|
||||
|
||||
try {
|
||||
const username = core.getInput("username");
|
||||
|
||||
|
@ -153,5 +157,4 @@ function printInputVars() {
|
|||
);
|
||||
}
|
||||
|
||||
printInputVars();
|
||||
main();
|
||||
|
|
Loading…
Add table
Reference in a new issue