Skip to content

Commit aba4962

Browse files
alexmvgnprice
authored andcommitted
github: Add the required fetch in Weblate action
1 parent d64d90f commit aba4962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-translations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
# The commit message is generated in Weblate; see https://hosted.weblate.org/addon/17163/
1313
run: |
1414
git remote add weblate https://hosted.weblate.org/git/zulip/zulip-flutter/
15+
git remote fetch weblate
1516
git merge --ff-only weblate/main
1617
- name: Create Pull Request
1718
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)