Added auth for private servers #7

Merged
Philipp merged 30 commits from added-local-auth into main 2023-11-26 22:24:20 +01:00
Showing only changes of commit af0e213e80 - Show all commits

View File

@ -130,6 +130,7 @@ async function postCode() {
.catch((err) => { .catch((err) => {
console.error("Error:", err); console.error("Error:", err);
}); });
core.info(JSON.stringify(response, null, 2));
core.info("Authorized!"); core.info("Authorized!");
} }
} }