From 19b707a0fbed4c88f8fd97e0384fc368a2636974 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 25 Dec 2021 13:42:08 +0100 Subject: [PATCH] ci: fix translation command Signed-off-by: Jens Langhammer --- .github/workflows/translation-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translation-compile.yml b/.github/workflows/translation-compile.yml index 91ab7de48..0d9db1158 100644 --- a/.github/workflows/translation-compile.yml +++ b/.github/workflows/translation-compile.yml @@ -35,7 +35,7 @@ jobs: sudo apt-get install -y gettext scripts/ci_prepare.sh - name: run compile - run: poetry run make ./manage.py compilemessages + run: poetry run ./manage.py compilemessages - name: Create Pull Request uses: peter-evans/create-pull-request@v3 id: cpr