Added even more logging
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s

This commit is contained in:
Philipp Horstenkamp 2025-04-22 01:21:31 +02:00
parent 8c12ed263f
commit 6ccf7f08f9
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -221,3 +221,6 @@ postCode().catch((err) => {
});
core.info(`✅ Final Code uploaded to branch '${branch}' via basic auth.`);
core.debug(
`✅ DEBUG Final Code uploaded to branch '${branch}' via basic auth. DEBUG`,
);