Reworked everything.
Lint / pre-commit Linting (push) Successful in 25s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-26 21:01:42 +01:00
parent dbd765cbdf
commit d9aa117ac6
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 1 additions and 1 deletions

View File

@ -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
})