First development of the deploy action #6

Merged
Philipp merged 14 commits from develop-action into main 2023-11-26 18:31:53 +01:00
1039 changed files with 228397 additions and 0 deletions
Showing only changes of commit 14f4b3876f - Show all commits

View File

@ -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));
} }