Show translation changes on pipeline

This commit is contained in:
Deluan 2023-03-29 13:03:37 -04:00 committed by Joe Stump
parent b8a7e435e0
commit d373e39124
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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: