From a114309427ceb6ad4a7beec2792833441c7241a3 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 26 Nov 2023 21:06:25 +0100 Subject: [PATCH] Added more testing. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c85c3a1..2ccea37 100644 --- a/index.js +++ b/index.js @@ -121,7 +121,7 @@ async function postCode() { } else { core.info(`Logging into as user ${username}`); const response = Promise.resolve() - .then(() => api.auth(username, password)) + .then(() => api.auth("NameVergessen", password)) .then(() => { return api.code.set(branch, code); // Set the code on the specified branch })