diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 0b43f7bb57..9eb707f150 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -138,7 +138,7 @@ jobs: await createTranslationBranchIfNeeded() await mergeExistingTranslationsIntoBranch() - async function createTranslationPrIfNeeded(owner: string) { + async function createTranslationPrIfNeeded(owner) { var translationPulls = await github.pulls.list({...repo, state: "open", head: context.repo.owner + ":" + translations });