Show translation changes on pipeline
This commit is contained in:
parent
e3079d81ea
commit
607c4067b8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update-translations.yml
vendored
4
.github/workflows/update-translations.yml
vendored
|
|
@ -14,6 +14,10 @@ jobs:
|
||||||
POEDITOR_APIKEY: ${{ secrets.POEDITOR_APIKEY }}
|
POEDITOR_APIKEY: ${{ secrets.POEDITOR_APIKEY }}
|
||||||
run: |
|
run: |
|
||||||
./update-translations.sh
|
./update-translations.sh
|
||||||
|
- name: Show changes, if any
|
||||||
|
run: |
|
||||||
|
git status --porcelain
|
||||||
|
git diff
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue