mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 03:07:24 +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 }}
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user