This commit is contained in:
Translator workflow 2023-06-01 14:26:17 +02:00
parent 85ab478162
commit 3e97eea48e

View File

@ -55,7 +55,7 @@ jobs:
- name: Run translation script on changed files
run: |
# Start a subshell with a timeout (5h)
timeout 18000s bash << 'EOF'
echo "Starting translations"
echo "Commit: 0afe4e4475ddd0e31b7b8957df1e0e9bb275b731"
@ -73,7 +73,6 @@ jobs:
echo "Translating $PATHS"
python scripts/translator.py --language "$LANGUAGE" --branch "$BRANCH" --api-key "$OPENAI_API_KEY" -f "$PATHS"
EOF
- name: Commit and push changes
run: |