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()