Fix again auto messages pot workflow
This commit is contained in:
parent
d11857d0c0
commit
bc0cb8aeec
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…
Reference in a new issue