mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
Update uncivbot.yml
This commit is contained in:
parent
bf75ca2ec8
commit
f5293843fd
4
.github/workflows/uncivbot.yml
vendored
4
.github/workflows/uncivbot.yml
vendored
@ -82,8 +82,8 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getDefaultBranch() {
|
async function getDefaultBranch() {
|
||||||
var repo = await github.repos.get(repo)
|
var repoData = await github.repos.get(repo)
|
||||||
return repo.data.default_branch
|
return repoData.data.default_branch
|
||||||
}
|
}
|
||||||
|
|
||||||
var translations = "translations"
|
var translations = "translations"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user