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 228398 additions and 0 deletions
Showing only changes of commit dbb1011e0c - Show all commits

View File

@ -115,6 +115,7 @@ async function postCode() {
core.info(JSON.stringify(login_arguments, null, 2));
const api = new ScreepsAPI(login_arguments);
core.info(`Pushing to branch ${branch}`)
const response = await api.code.set(branch, files_to_push);
core.info(JSON.stringify(response, null, 2));
core.info(JSON.stringify(response.json, null, 2));