Skip to content

Commit

Permalink
fix: Update translate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 13, 2024
1 parent 2c59a72 commit 6ea50ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
pip install -q -U google-generativeai
- name: Run translation script
working-directory: assets/flutter_i18n
env:
GEMINI_API_KEY: ${{ secrets.GEMINIKEY }}
run: |
python assets/flutter_i18n/translate.py
python translate.py
- name: Commit changes
run: |
Expand Down

0 comments on commit 6ea50ce

Please sign in to comment.