We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163162c commit ba72040Copy full SHA for ba72040
.github/workflows/translate.yml
@@ -19,14 +19,14 @@ jobs:
19
runs-on: ubuntu-latest
20
21
env:
22
- TX_TOKEN: ${{ secrets.TX_TOKEN }}
+ TRANSLATIONS_BRANCH: "stable-1.0"
23
24
steps:
25
- uses: actions/checkout@v4
26
with:
27
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
28
submodules: recursive
29
- ref: "stable-1.0"
+ ref: ${{ env.TRANSLATIONS_BRANCH }}
30
31
- name: install-deps
32
run: sudo apt install -y qt6-l10n-tools
@@ -59,3 +59,4 @@ jobs:
59
email: devops@opencloud.eu
60
name: OpenCloud
61
commit_message: "[tx] updated translations from transifex"
62
+ target_branch: ${{ env.TRANSLATIONS_BRANCH }}
0 commit comments