mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-03 13:30:51 +07:00
Update uncivbot.yml
This commit is contained in:
parent
280364b0e9
commit
375e36fa44
1
.github/workflows/uncivbot.yml
vendored
1
.github/workflows/uncivbot.yml
vendored
@ -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})
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user