diff --git a/index.js b/index.js index 40b3e45..ff9a564 100644 --- a/index.js +++ b/index.js @@ -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 })