Reworked a bit of logging.
All checks were successful
Lint / pre-commit Linting (push) Successful in 50s
All checks were successful
Lint / pre-commit Linting (push) Successful in 50s
This commit is contained in:
parent
7f5df4a59e
commit
a312781dc7
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}`);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user