From ae0dad11b8e2514cdd1ad38bfa66ee5e9bac2ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 16 Dec 2025 16:41:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20config,=20remove=20debu?= =?UTF-8?q?gging=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/translate.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 506343ce6..e681762ca 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -69,11 +69,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # TODO: uncomment this - # lang: ${{ fromJson(needs.langs.outputs.langs) }} - # command: ${{ fromJson(needs.langs.outputs.commands) }} - lang: ["es"] - command: ["update-outdated"] + lang: ${{ fromJson(needs.langs.outputs.langs) }} + command: ${{ fromJson(needs.langs.outputs.commands) }} permissions: contents: write steps: