From f3e20e687081a3e7208f737c259a159cd534230f Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 19:32:05 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 9f1c2ae241..9c61205022 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -92,12 +92,12 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, ref: `refs/heads/`+translations, - sha: currentSha })) + sha: currentSha }) await context.github.issues.createComment({ - issue_number: context.issue.number, - owner: context.repo.owner, - repo: context.repo.repo, - body: 'Translations branch created' }) + issue_number: context.issue.number, + owner: context.repo.owner, + repo: context.repo.repo, + body: 'Translations branch created' }) } await createTranslationBranchIfNeeded()