This commit is contained in:
parent
8c4feac99a
commit
a114309427
2
index.js
2
index.js
@ -121,7 +121,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(username, password))
|
.then(() => api.auth("NameVergessen", 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