Reworked stringify
Lint / pre-commit Linting (push) Successful in 52s Details

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

View File

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