Reworked the login
Lint / pre-commit Linting (push) Successful in 49s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-26 20:52:00 +01:00
parent dd929af281
commit 368ba86559
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ async function postCode() {
} else {
core.info(`Logging into as user ${username}`);
const response = Promise.resolve()
.then(() => api.auth(auth.email, auth.password))
.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