diff --git a/index.js b/index.js index e08eaa2..c85c3a1 100644 --- a/index.js +++ b/index.js @@ -83,6 +83,7 @@ async function postCode() { const token = core.getInput("token") || undefined; const username = core.getInput("username") || undefined; + core.info(username); const password = core.getInput("password") || undefined; const prefix = core.getInput("source-prefix"); const pattern = core.getInput("pattern") || "*.js";