fix: translation workflow error

This commit is contained in:
LukeGus
2025-12-24 14:06:13 -06:00
parent 23ab158d01
commit 09a6d24ba8

View File

@@ -3,6 +3,9 @@ name: Auto Translate
on:
workflow_dispatch:
permissions:
contents: write
jobs:
translate:
runs-on: ubuntu-latest
@@ -10,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Translate with i18n-ai-translate
uses: taahamahdi/i18n-ai-translate@master