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