From 00942e6d20806e94b0ca33425536f1f6effdd71d Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 1 Oct 2022 17:46:55 +0200 Subject: [PATCH] Update translations.yml --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 940704873..b422247eb 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: pnpm install - name: update translations - run: pnpm run website:translations + run: pnpm run translations env: TOKEN: ${{ secrets.CROWDIN_VERDACCIO_API_KEY }} - name: Commit & Push changes