This commit is contained in:
parent
14f1218845
commit
c69726c600
1
index.js
1
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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user