Skip to content

Commit 85d47fb

Browse files
committed
ci: Try to trigger a rebase before fetching weblate.
1 parent 82928ef commit 85d47fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update-translations.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
update-translations:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Trigger a rebase in Weblate
15+
run: |
16+
pip install wlc
17+
wlc --url https://hosted.weblate.org/api/ --key $WEBLATE_API_KEY pull zulip/zulip-flutter
18+
with:
19+
WEBLATE_API_KEY: ${{ secrets.WEBLATE_API_KEY }}
20+
1421
- uses: actions/checkout@v4
1522

1623
- name: Fetch and merge from Weblate

0 commit comments

Comments
 (0)