From fda0322b9813de856b2d39d867b992b2d0de024f Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 4 Oct 2022 19:17:30 +0200 Subject: [PATCH] fix: sudo enable writes to locale files (#47832) --- .github/workflows/crowdin-download.client-ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-download.client-ui.yml b/.github/workflows/crowdin-download.client-ui.yml index 8697ab2d0fd..419c52b88b4 100644 --- a/.github/workflows/crowdin-download.client-ui.yml +++ b/.github/workflows/crowdin-download.client-ui.yml @@ -243,7 +243,7 @@ jobs: # writes. - name: Format JSON run: | - chmod 664 client/i18n/locales/**/*.json + sudo chmod 664 client/i18n/locales/**/*.json npx --yes prettier --write client/i18n/locales/**/*.json # Create Commit