Fix weblate workflow

This commit is contained in:
shilangyu 2022-01-25 11:15:24 +01:00
parent 8f88ad4fe5
commit bea100ed46
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Fetch changes
run: |
git remote add weblate https://weblate.yerbamate.ml/git/lemmur/lemmur/
git fetch weblate
git fetch weblate --unshallow
git merge weblate/master
- name: Create Pull Request