Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-24 19:39:34 +02:00 committed by GitHub
parent bf75ca2ec8
commit f5293843fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"