Removed not working logs.
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
This commit is contained in:
parent
1b1254c57a
commit
c0e41f1845
6
index.js
6
index.js
@ -124,16 +124,14 @@ async function postCode() {
|
|||||||
response = await Promise.resolve()
|
response = await Promise.resolve()
|
||||||
.then(() => api.auth(username, password, login_arguments))
|
.then(() => api.auth(username, password, login_arguments))
|
||||||
.then(() => {
|
.then(() => {
|
||||||
return api.code.set(branch, files_to_push);
|
api.code.set(branch, files_to_push);
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then(() => {
|
||||||
response = result;
|
|
||||||
console.log(`Code set successfully to ${branch}`);
|
console.log(`Code set successfully to ${branch}`);
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.error("Error:", err);
|
console.error("Error:", err);
|
||||||
});
|
});
|
||||||
core.info(JSON.stringify(response));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user