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:
parent
99e0ea6cf4
commit
26e8eb74b3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/auto_messages_pot.yml
vendored
2
.github/workflows/auto_messages_pot.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue