From 57a7201077c076040b898d92d2a7a7157c6de690 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 20:16:10 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {