From 5a6dc43fed95717b0e14a3bbd61a4f837efe7c72 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 4 Oct 2022 18:17:47 -0500 Subject: [PATCH] test: crowdin client downloads (#47839) --- .github/workflows/crowdin-download.client-ui.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/crowdin-download.client-ui.yml b/.github/workflows/crowdin-download.client-ui.yml index 09df5bc1f67..bd4b35a3bdb 100644 --- a/.github/workflows/crowdin-download.client-ui.yml +++ b/.github/workflows/crowdin-download.client-ui.yml @@ -243,12 +243,7 @@ jobs: # writes. - name: Format JSON run: | - pwd - whoami - groups $(whoami) - ls -l client/i18n - ls -l client/i18n/locales - ls -l client/i18n/locales/chinese + sudo chown -R $(whoami): client/i18n/locales npx --yes prettier --write client/i18n/locales/**/*.json # Create Commit