Added auth for private servers #7
4
index.js
4
index.js
@ -90,6 +90,7 @@ async function postCode() {
|
|||||||
|
|
||||||
const files_to_push = await readFilesIntoDict(pattern, prefix);
|
const files_to_push = await readFilesIntoDict(pattern, prefix);
|
||||||
|
|
||||||
|
core.info(`Trying to upload the following files to ${branch}:`);
|
||||||
Object.keys(files_to_push).forEach((key) => {
|
Object.keys(files_to_push).forEach((key) => {
|
||||||
core.info(`Key: ${key}`);
|
core.info(`Key: ${key}`);
|
||||||
});
|
});
|
||||||
@ -104,7 +105,8 @@ async function postCode() {
|
|||||||
path: path,
|
path: path,
|
||||||
};
|
};
|
||||||
|
|
||||||
core.info(`Trying to upload the following files to ${branch}:`);
|
core.info("login_arguments:");
|
||||||
|
core.info(JSON.stringify(login_arguments, null, 2));
|
||||||
Object.keys(login_arguments).forEach((key) => {
|
Object.keys(login_arguments).forEach((key) => {
|
||||||
core.info(`Key: ${key}`);
|
core.info(`Key: ${key}`);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user