mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-03 06:41:01 +00:00
Fix update translations job
This commit is contained in:
parent
3d64520706
commit
f3c6f6e405
7
.github/workflows/update-translations.yml
vendored
7
.github/workflows/update-translations.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
schedule:
|
||||
- cron: '0 10 * * *'
|
||||
jobs:
|
||||
update-dep:
|
||||
update-translations:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -14,13 +14,10 @@ jobs:
|
||||
POEDITOR_APIKEY: ${{ secrets.POEDITOR_APIKEY }}
|
||||
run: |
|
||||
./update-translations.sh
|
||||
npm install
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
commit-message: Update translations
|
||||
title: Update translations
|
||||
body: |
|
||||
- Update translations with latest from POEditor
|
||||
title: Update translations from POEditor
|
||||
branch: update-translations
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user