We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdb2440 + c99ea89 commit e0beee5Copy full SHA for e0beee5
1 file changed
.github/workflows/crowdin-download-translations.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
28
run: |
29
- crowdin download --config .crowdin.yaml -b main
+ crowdin download --config .crowdin.yaml -b "${GITHUB_REF##*/}"
30
31
- name: Add new translations
32
0 commit comments