Skip to content

Commit 2762abd

Browse files
committed
github: Fix fetch command in Weblate action.
1 parent aba4962 commit 2762abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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
15+
git fetch weblate
1616
git merge --ff-only weblate/main
1717
- name: Create Pull Request
1818
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)