mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Show translation changes on pipeline
This commit is contained in:
parent
b8a7e435e0
commit
d373e39124
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