Improve i18n CI - 8 (#10330)

This commit is contained in:
Félix Malfait
2025-02-19 15:44:34 +01:00
committed by GitHub
parent 77caf36d90
commit 3b8647e368

View File

@ -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"