From c76d1744eefcbc508abc3b7b2f774236a43856b9 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Tue, 21 Jul 2026 18:25:10 +0800 Subject: [PATCH] fix(ci): allow i18n fork checkout --- .github/workflows/i18n-autofill.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/i18n-autofill.yml b/.github/workflows/i18n-autofill.yml index 9664f4380..f20a725f6 100644 --- a/.github/workflows/i18n-autofill.yml +++ b/.github/workflows/i18n-autofill.yml @@ -47,6 +47,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} token: ${{ github.event.pull_request.head.repo.full_name == github.repository && steps.app-token.outputs.token || github.token }} fetch-depth: 0 + allow-unsafe-pr-checkout: true # The workflow executes the trusted base-branch script copied above; # fork contents are only parsed as translation data, never executed.