This commit is contained in:
parent
dbd765cbdf
commit
d9aa117ac6
2
index.js
2
index.js
@ -120,7 +120,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("philipp@horstenkamp.de", password))
|
.then(() => api.auth(username, password))
|
||||||
.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