From f5293843fd87685496deed77fd6df88b74be6135 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 24 Jan 2021 19:39:34 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 891967f30c..c59f1693aa 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -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"