This commit is contained in:
parent
dd929af281
commit
368ba86559
2
index.js
2
index.js
@ -119,7 +119,7 @@ async function postCode() {
|
|||||||
} else {
|
} else {
|
||||||
core.info(`Logging into as user ${username}`);
|
core.info(`Logging into as user ${username}`);
|
||||||
const response = Promise.resolve()
|
const response = Promise.resolve()
|
||||||
.then(() => api.auth(auth.email, auth.password))
|
.then(() => api.auth("philipp@horstenkamp.de", password))
|
||||||
.then(() => api.socket.connect())
|
.then(() => api.socket.connect())
|
||||||
.then(() => {
|
.then(() => {
|
||||||
return api.code.set(branch, code); // Set the code on the specified branch
|
return api.code.set(branch, code); // Set the code on the specified branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user