diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index d044bca0c1..3b9627e688 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -119,7 +119,7 @@ jobs: await createTranslationBranchIfNeeded() - mergeExistingTranslationsIntoBranch() + await mergeExistingTranslationsIntoBranch() //async function createTranslationPrIfNeeded(context: Context, // owner: string, translations: string) {