ci: fix indent in i18n.yml

This commit is contained in:
Alexandre Aubin 2021-09-03 16:37:08 +02:00 committed by GitHub
parent f1b7e3005f
commit 2226c0f25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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