Improve i18n CI - 8 (#10330)
This commit is contained in:
5
.github/workflows/i18n-pull.yaml
vendored
5
.github/workflows/i18n-pull.yaml
vendored
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user