diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 7af00a6581..318a4c9482 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -42,6 +42,7 @@ jobs: if (commits.length==1) commitSummary += "\n\n" + commitMessage+" By "+author else { commitSummary += "\n\nBy "+author+":" + console.log(JSON.stringify(commits)) commits.forEach(commitMessage => {commitSummary+="\n- "+commitMessage}) } })