From 298908d15a825fb1ce7bd062a5caf7034b7ac59a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Sep 2021 16:39:51 +0200 Subject: [PATCH] ci: Try to fix i18n.yml x_x --- .github/workflows/i18n.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index fa0af7e8..cda26429 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -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