mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04: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
|
if (commits.length==1) commitSummary += "\n\n" + commitMessage+" By "+author
|
||||||
else {
|
else {
|
||||||
commitSummary += "\n\nBy "+author+":"
|
commitSummary += "\n\nBy "+author+":"
|
||||||
|
console.log(JSON.stringify(commits))
|
||||||
commits.forEach(commitMessage => {commitSummary+="\n- "+commitMessage})
|
commits.forEach(commitMessage => {commitSummary+="\n- "+commitMessage})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user