From f3a4276ceb303ad8ba046a9f3fcf38287456893d Mon Sep 17 00:00:00 2001 From: Luffy Date: Tue, 25 Aug 2026 15:01:51 +0800 Subject: [PATCH] ci: update crowdin action configuration --- .github/workflows/crowdin.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 9c0f99b..b81ec3b 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -12,21 +12,18 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - name: crowdin action - uses: crowdin/github-action@v2 + - uses: crowdin/github-action@v2 with: upload_sources: false upload_translations: false download_translations: true download_language: zh-CN download_translations_args: --all - localization_branch_name: l10n_crowdin_${{ github.ref_name }}_translations + localization_branch_name: l10n_crowdin_translations create_pull_request: true - crowdin_branch_name: ${{ github.ref_name }} - pull_request_base_branch_name: ${{ github.ref_name }} + crowdin_branch_name: "develop" base_path: ${{ github.workspace }} config: .github/crowdin/config.yml env: