Reworked the login arguments again.
This commit is contained in:
parent
7c75b9d000
commit
3eeeb73e0e
4
index.js
4
index.js
@ -96,13 +96,13 @@ async function postCode() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const login_arguments = {
|
const login_arguments = {
|
||||||
|
username: username,
|
||||||
|
password: password,
|
||||||
token: token,
|
token: token,
|
||||||
protocol: protocol,
|
protocol: protocol,
|
||||||
hostname: hostname,
|
hostname: hostname,
|
||||||
port: port,
|
port: port,
|
||||||
path: path,
|
path: path,
|
||||||
username: "NameVergessen",
|
|
||||||
password: password,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
core.info("login_arguments:");
|
core.info("login_arguments:");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user