summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/translations-update.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 886df3b2f..84ce51a04 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -127,7 +127,7 @@ jobs:
id: update
run: |
git restore utils/brand.env
- make V=1 babel.master.to.translations
+ make V=1 weblate.push.translations
dockers:
name: Docker
diff --git a/.github/workflows/translations-update.yml b/.github/workflows/translations-update.yml
index 2db9c3d78..c3120ce1e 100644
--- a/.github/workflows/translations-update.yml
+++ b/.github/workflows/translations-update.yml
@@ -36,7 +36,7 @@ jobs:
git config --global user.name "searxng-bot"
- name: Merge and push transation updates
run: |
- make V=1 babel.translations.to.master
+ make V=1 weblate.translations.commit
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3