mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-04 01:21:19 +03:00
Show translation changes on pipeline
This commit is contained in:
parent
e3079d81ea
commit
607c4067b8
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…
x
Reference in New Issue
Block a user