Show translation changes on pipeline

This commit is contained in:
Deluan 2023-03-29 13:03:37 -04:00
parent e3079d81ea
commit 607c4067b8
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ jobs:
POEDITOR_APIKEY: ${{ secrets.POEDITOR_APIKEY }}
run: |
./update-translations.sh
- name: Show changes, if any
run: |
git status --porcelain
git diff
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with: