mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 20:31:51 -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() {
|
||||
var repo = await github.repos.get(repo)
|
||||
return repo.data.default_branch
|
||||
var repoData = await github.repos.get(repo)
|
||||
return repoData.data.default_branch
|
||||
}
|
||||
|
||||
var translations = "translations"
|
||||
|
Loading…
x
Reference in New Issue
Block a user