Reworked the login arguments again.

This commit is contained in:
Philipp Horstenkamp 2023-11-26 21:54:05 +01:00
parent 7c75b9d000
commit 3eeeb73e0e
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 2 additions and 2 deletions

View File

@ -96,13 +96,13 @@ async function postCode() {
});
const login_arguments = {
username: username,
password: password,
token: token,
protocol: protocol,
hostname: hostname,
port: port,
path: path,
username: "NameVergessen",
password: password,
};
core.info("login_arguments:");