Added even more logging
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
This commit is contained in:
parent
8c12ed263f
commit
6ccf7f08f9
3
index.js
3
index.js
@ -221,3 +221,6 @@ postCode().catch((err) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
core.info(`✅ Final Code uploaded to branch '${branch}' via basic auth.`);
|
core.info(`✅ Final Code uploaded to branch '${branch}' via basic auth.`);
|
||||||
|
core.debug(
|
||||||
|
`✅ DEBUG Final Code uploaded to branch '${branch}' via basic auth. DEBUG`,
|
||||||
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user