From 2226c0f25f7a367cf4c4f22b2e0fa901833d3e2b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Sep 2021 16:37:08 +0200 Subject: [PATCH] ci: fix indent in i18n.yml --- .github/workflows/i18n.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index d92b3f57..fa0af7e8 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -17,12 +17,12 @@ jobs: python3 test/reformat_locales.py git diff -w --exit-cide continue-on-error: true - - name: Create Pull Request - if: ${{ failure() }} - uses: peter-evans/create-pull-request@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - title: "Reformat locale files" - commit-message: ":robot: Reformat locale files" - base: ${{ github.head_ref }} - branch: actions/i18n + - name: Create Pull Request + if: ${{ failure() }} + uses: peter-evans/create-pull-request@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + title: "Reformat locale files" + commit-message: ":robot: Reformat locale files" + base: ${{ github.head_ref }} + branch: actions/i18n