Reworked index,js
Lint / pre-commit Linting (push) Successful in 25s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-26 21:05:09 +01:00
parent d9aa117ac6
commit 8c4feac99a
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 1 additions and 0 deletions

View File

@ -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";