From 3b8647e3680321d60c06b8daba5fd80424b1622d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Wed, 19 Feb 2025 15:44:34 +0100 Subject: [PATCH] Improve i18n CI - 8 (#10330) --- .github/workflows/i18n-pull.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/i18n-pull.yaml b/.github/workflows/i18n-pull.yaml index 13d8d2ecc..5d1ae4108 100644 --- a/.github/workflows/i18n-pull.yaml +++ b/.github/workflows/i18n-pull.yaml @@ -92,6 +92,11 @@ jobs: CROWDIN_PROJECT_ID: '1' CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + # As the files are extracted from a Docker container, they belong to root:root + # We need to fix this before the next steps + - name: Fix file permissions + run: sudo chown -R runner:docker . + - name: Commit Translations run: | git config --global --add safe.directory "$GITHUB_WORKSPACE"