fix(ci): allow i18n fork checkout

This commit is contained in:
t8y2 2026-07-21 18:25:10 +08:00
parent f66cdd32ad
commit c76d1744ee
1 changed files with 1 additions and 0 deletions

View File

@ -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.