Ensure application translations are updated by workflow

This commit is contained in:
Chris Mayo 2021-12-15 19:41:20 +00:00
parent 92f189579e
commit 3ddc25fd4e

View file

@ -49,9 +49,9 @@ jobs:
- name: Build application translations catalogs
run: |
rm -f po/linkchecker.pot
make -C po
# It's OK if no changes were made
git commit -a -m "Update application translation catalogs" || true
git commit -a -m "Update application translation catalogs"
- name: Push changes
run: >