Added a few messages
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m0s

This commit is contained in:
Philipp Horstenkamp 2025-04-22 00:57:07 +02:00
parent 751fd07d45
commit 91fdb76f0f
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -212,6 +212,8 @@ function postCode() {
});
}
core.info(`Starting`);
postCode().catch((err) => {
core.setFailed(err.message || err);
});
core.info(`Done`);