1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Fix again auto messages pot workflow

This commit is contained in:
Salamandar 2024-06-02 21:20:23 +02:00 committed by Salamandar
parent 99e0ea6cf4
commit 26e8eb74b3

View file

@ -30,6 +30,8 @@ jobs:
cd tools/readme_generator/
pybabel extract --ignore-dirs venv -F babel.cfg -o messages.pot .
- name: Check if files changed
run: |
HAS_DIFF=$(python .github/diff_pot_files.py tools/readme_generator/messages.pot.old tools/readme_generator/messages.pot)
echo "HAS_DIFF=$HAS_DIFF" >> $GITHUB_ENV