This commit is contained in:
parent
3e69a9b0fb
commit
14f4b3876f
2
index.js
2
index.js
@ -116,7 +116,7 @@ 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);
|
core.info(JSON.stringify(response, null, 2));
|
||||||
core.info(JSON.stringify(response.json, null, 2));
|
core.info(JSON.stringify(response.json, null, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user