diff options
author | Christian Gade <christian_gade@hotmail.com> | 2023-02-16 23:55:01 +0100 |
---|---|---|
committer | Christian Gade <christian_gade@hotmail.com> | 2023-02-16 23:55:01 +0100 |
commit | 2c8d4ca0336cee620b96d77e2f2812b9126eb377 (patch) | |
tree | 3d90867d7a373bfcc8be7dc5e67f11b549c7a7fc /.github/workflows/gh-action-weblate-upload.yml | |
parent | 3a7a8b17725d9565002a9be678af0bb9792bb060 (diff) |
[Nexus] Update translation related workflows
Diffstat (limited to '.github/workflows/gh-action-weblate-upload.yml')
-rw-r--r-- | .github/workflows/gh-action-weblate-upload.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gh-action-weblate-upload.yml b/.github/workflows/gh-action-weblate-upload.yml index 05b8e34038..311e0c3dec 100644 --- a/.github/workflows/gh-action-weblate-upload.yml +++ b/.github/workflows/gh-action-weblate-upload.yml @@ -5,7 +5,7 @@ name: Update Weblate translations on: push: branches: - - master + - Nexus paths: - "addons/resource.language.en_gb/resources/strings.po" - ".github/workflows/gh-action-weblate-upload.yml" @@ -29,4 +29,4 @@ jobs: --form file=@addons/resource.language.en_gb/resources/strings.po \ --form method=source \ -H "Authorization: Token $TOKEN" \ - https://kodi.weblate.cloud/api/translations/kodi-core/kodi-main/en_gb/file/ + https://kodi.weblate.cloud/api/translations/kodi-core/kodi-main-nexus/en_gb/file/ |