This commit is contained in:
Domai 2023-09-30 10:03:51 +02:00
parent 8ec165ee4d
commit 480fc43816
No known key found for this signature in database
GPG key ID: 2FBD8C921EB5B019

View file

@ -14,6 +14,10 @@ import {
} from "./src/common/utils"; } from "./src/common/utils";
async function main() { async function main() {
printInputVars();
core.setFailed('Does GitHub reconize this change?');
try { try {
const username = core.getInput("username"); const username = core.getInput("username");
@ -153,5 +157,4 @@ function printInputVars() {
); );
} }
printInputVars();
main(); main();