This commit is contained in:
parent
19eaad21ff
commit
3e69a9b0fb
4
index.js
4
index.js
@ -116,8 +116,8 @@ async function postCode() {
|
|||||||
|
|
||||||
const api = new ScreepsAPI(login_arguments);
|
const api = new ScreepsAPI(login_arguments);
|
||||||
const response = await api.code.set(branch, files_to_push);
|
const response = await api.code.set(branch, files_to_push);
|
||||||
core.info(response.status);
|
core.info(response);
|
||||||
core.info(JSON.stringify(response.json(), null, 2));
|
core.info(JSON.stringify(response.json, null, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
postCode();
|
postCode();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user