mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Update uncivbot.yml
This commit is contained in:
parent
375e36fa44
commit
e9d7002778
4
.github/workflows/uncivbot.yml
vendored
4
.github/workflows/uncivbot.yml
vendored
@ -38,7 +38,9 @@ jobs:
|
|||||||
else commitSummary += "\n\n" + commitMessage
|
else commitSummary += "\n\n" + commitMessage
|
||||||
});
|
});
|
||||||
Object.entries(ownerToCommits).forEach(entry => {
|
Object.entries(ownerToCommits).forEach(entry => {
|
||||||
const [commits,author] = entry;
|
|
||||||
|
console.log("entry = "+JSON.stringify(entry))
|
||||||
|
const [author, commits] = entry;
|
||||||
if (commits.length==1) commitSummary += "\n\n" + commitMessage+" By "+author
|
if (commits.length==1) commitSummary += "\n\n" + commitMessage+" By "+author
|
||||||
else {
|
else {
|
||||||
commitSummary += "\n\nBy "+author+":"
|
commitSummary += "\n\nBy "+author+":"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user