From aba496218450bd6fb96daff03191c631adbded68 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 11 Dec 2024 15:37:04 -0500 Subject: [PATCH] github: Add the required fetch in Weblate action --- .github/workflows/update-translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index e4d3455843..c99e03af60 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -12,6 +12,7 @@ jobs: # The commit message is generated in Weblate; see https://hosted.weblate.org/addon/17163/ run: | git remote add weblate https://hosted.weblate.org/git/zulip/zulip-flutter/ + git remote fetch weblate git merge --ff-only weblate/main - name: Create Pull Request uses: peter-evans/create-pull-request@v7