We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94012a commit 0cdf10fCopy full SHA for 0cdf10f
.github/workflows/crowdin.yml
@@ -76,12 +76,10 @@ jobs:
76
crowdin_branch_name: ${{ steps.vars.outputs.crowdin_branch }}
77
# Dont create a PR for the updated translations
78
push_translations: false
79
+ user: auto
80
env:
81
OPENPROJECT_CROWDIN_PROJECT: ${{ secrets.OPENPROJECT_CROWDINV2_PROJECT }}
82
OPENPROJECT_CROWDIN_API_KEY: ${{ secrets.OPENPROJECT_CROWDINV2_API_KEY }}
- - name: "Fix ownership of downloaded translation files"
83
- run: |
84
- sudo chown -R $(id -u):$(id -g) config/locales/crowdin/ modules/*/config/locales/crowdin/
85
- name: "Fix root key in Portuguese crowdin translation files"
86
run: |
87
script/i18n/fix_crowdin_pt_language_root_key
0 commit comments