Added a bit more logging

This commit is contained in:
Philipp Horstenkamp 2025-04-22 01:20:25 +02:00
parent 63d91e18f8
commit 8c12ed263f
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -219,3 +219,5 @@ function postCode() {
postCode().catch((err) => {
core.setFailed(err.message || err);
});
core.info(`✅ Final Code uploaded to branch '${branch}' via basic auth.`);