Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-20 23:24:38 +02:00 committed by GitHub
parent 280364b0e9
commit 375e36fa44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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