Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: fix localize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Dec 29, 2023
1 parent 72e3919 commit 8d59567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [master]
paths: # prevents workflow from running unless these files change
- '.github/workflows/localize.yml'
- 'locale/themerr-jellyfin.po'
- 'locale/themerr-kodi.po'
- 'src/**.py'
workflow_dispatch:

Expand All @@ -33,7 +33,7 @@ jobs:
- name: Update Strings
run: |
python ./scripts/_locale.py --extract
python -m scripts.locale.py --extract
- name: git diff
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
add-paths: |
Contents/Strings/*.po
locale/*.po
token: ${{ secrets.GH_BOT_TOKEN }} # must trigger PR tests
commit-message: New localization template
branch: localize/update
Expand Down

0 comments on commit 8d59567

Please sign in to comment.