1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Download/Update translations on build (#87289)

This commit is contained in:
Franck Nijhof
2023-02-03 20:00:01 +01:00
committed by GitHub
parent 3723241937
commit e794dd0078
+5
View File
@@ -169,6 +169,11 @@ jobs:
python -m script.gen_requirements_all
fi
- name: Download Translations
run: python3 -m script.translations download
env:
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
- name: Write meta info file
shell: bash
run: |