We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9f801 commit 4395b9eCopy full SHA for 4395b9e
.github/workflows/v2.docs.translate.dir.yaml
@@ -41,7 +41,7 @@ jobs:
41
git push -u origin $BRANCH_NAME
42
43
- name: Run GPT Translate
44
- uses: BohuTANG/gpt-translate-refine@v1.3.0
+ uses: BohuTANG/gpt-translate-refine@v1.4.0
45
with:
46
github_token: ${{ secrets.GITHUB_TOKEN }}
47
api_key: ${{ secrets.API_KEY }}
@@ -55,4 +55,4 @@ jobs:
55
REFINE_TEMPERATURE: ${{ secrets.REFINE_TEMPERATURE }}
56
input_files: "${{ github.event.inputs.path }}"
57
output_files: "docs/cn/**/*.{md,json}"
58
- commit_message: "Add LLM Translations V2"
+ pr_title: "Add LLM Translations V2"
0 commit comments