From f01bb749ab3f11fc465bf5f247dc84e297e4f98a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 30 May 2026 13:45:25 +0100 Subject: [PATCH] Workflows: Attempted fixing crowdin files Currently causing extra files to be created alongside previous files in crowdin --- .forgejo/workflows/sync-translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/sync-translations.yml b/.forgejo/workflows/sync-translations.yml index a0c09ba8f..9501c15e1 100644 --- a/.forgejo/workflows/sync-translations.yml +++ b/.forgejo/workflows/sync-translations.yml @@ -22,6 +22,7 @@ jobs: - name: crowdin action uses: https://github.com/crowdin/github-action@v2 with: + crowdin_branch_name: development upload_sources: true upload_translations: false download_translations: true