From 3ea9cddc77fa4d0c51823252de13cdafdbb4b94a Mon Sep 17 00:00:00 2001 From: icarus Date: Thu, 4 Sep 2025 18:38:03 +0800 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20=E6=9B=B4=E6=96=B0i18n=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E8=84=9A=E6=9C=AC=E7=9A=84=E6=89=A7=E8=A1=8C=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-i18n.yml b/.github/workflows/auto-i18n.yml index b561de9d7d..44c70b82c9 100644 --- a/.github/workflows/auto-i18n.yml +++ b/.github/workflows/auto-i18n.yml @@ -38,7 +38,7 @@ jobs: yarn add --production=false --no-lockfile openai cli-progress tsx - name: 🏃‍♀️ Translate - run: tsx scripts/update-i18n.ts + run: yarn run tsx scripts/update-i18n.ts - name: 🔄 Commit changes run: |