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 aaad7f5 commit 8d1a5d1Copy full SHA for 8d1a5d1
.github/workflows/docs-commit.translate.yaml
@@ -52,6 +52,6 @@ jobs:
52
refine_system_prompt: ".github/workflows/refine_prompt.txt"
53
TEMPERATURE: ${{ secrets.TEMPERATURE }}
54
REFINE_TEMPERATURE: ${{ secrets.REFINE_TEMPERATURE }}
55
- input_files: "${{ github.event.inputs.path }}"
+ input_files: "${{ steps.changed_files.outputs.files }}"
56
output_files: "docs/cn/**/*.{md,json}"
57
commit_message: "Add LLM Translations V2"
0 commit comments