ci(workflow): 更新i18n翻译脚本的执行方式

This commit is contained in:
icarus 2025-09-04 18:38:03 +08:00
parent fc1aa48375
commit 3ea9cddc77

View File

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