mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
ci: Try to fix i18n.yml x_x
This commit is contained in:
parent
2226c0f25f
commit
298908d15a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/i18n.yml
vendored
3
.github/workflows/i18n.yml
vendored
|
@ -15,8 +15,7 @@ jobs:
|
|||
python3 test/remove_stale_i18n_strings.py
|
||||
python3 test/autofix_locale_format.py
|
||||
python3 test/reformat_locales.py
|
||||
git diff -w --exit-cide
|
||||
continue-on-error: true
|
||||
git diff -w --exit-code
|
||||
- name: Create Pull Request
|
||||
if: ${{ failure() }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
|
|
Loading…
Reference in a new issue