We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82928ef commit 85d47fbCopy full SHA for 85d47fb
.github/workflows/update-translations.yml
@@ -11,6 +11,13 @@ jobs:
11
update-translations:
12
runs-on: ubuntu-latest
13
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
+
21
- uses: actions/checkout@v4
22
23
- name: Fetch and merge from Weblate
0 commit comments