Show translation changes on pipeline
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user