Reworked something
Lint / pre-commit Linting (push) Successful in 47s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-26 20:57:33 +01:00
parent 14f1218845
commit c69726c600
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ async function postCode() {
core.info(`Logging into as user ${username}`);
const response = Promise.resolve()
// .then(() => api.auth("philipp@horstenkamp.de", password))
.then(() => api.socket.connect())
.then(() => {
return api.code.set(branch, code); // Set the code on the specified branch
})