From bd1743cfbe81cccf8f4c5bef70156c6f64fb7fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:12:35 +0200 Subject: [PATCH] fix: transifex/cli-action@v2 (#11903) --- .github/workflows/translate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 92965441388..fbd90258c8d 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -45,6 +45,9 @@ jobs: token: ${{ secrets.TX_TOKEN }} args: push -s --skip + - name: fix-transifex-action + run: rm -rf /tmp/tx + - name: l10n-pull uses: transifex/cli-action@v2 with: