This commit is contained in:
Translator workflow 2023-06-01 14:21:23 +02:00
parent 765c575ea0
commit 85ab478162
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
done
echo "Translating $PATHS"
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" --file-paths "$PATHS"
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$PATHS"
EOF
- name: Commit and push changes