mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
ci: fix indent in i18n.yml
This commit is contained in:
parent
f1b7e3005f
commit
2226c0f25f
1 changed files with 9 additions and 9 deletions
18
.github/workflows/i18n.yml
vendored
18
.github/workflows/i18n.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue