Fixed paths

This commit is contained in:
Nicholas Wallace 2024-03-10 19:27:10 -07:00
parent 90e27f9ed2
commit 17f22a7197
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ on:
- main # Only care about the main branch, don't care about any PRs or forks
- master
paths:
- strings/** # Should only check if any strings changed
- client/strings/** # Should only check if any strings changed
jobs:
update_translations:
@ -33,7 +33,7 @@ jobs:
- name: Run Update JSON Files action
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.0.0-beta
with:
directory: 'strings/' # Adjust the directory path as needed
directory: 'client/strings/' # Adjust the directory path as needed
# Does a git diff to see if any language files were changed from running
# the script. This will be false if the local script was already ran

View file

@ -6,7 +6,7 @@ on:
- main # Only care about the main branch, don't care about any PRs or forks
- master
paths:
- strings/** # Should only check if any strings changed
- client/strings/** # Should only check if any strings changed
jobs:
update_translations:
@ -33,7 +33,7 @@ jobs:
- name: Run Update JSON Files action
uses: audiobookshelf/audiobookshelf-i18n-updater@v1.0.0-beta
with:
directory: 'strings/' # Adjust the directory path as needed
directory: 'client/strings/' # Adjust the directory path as needed
# Does a git diff to see if any language files were changed from running
# the script. This will be false if the local script was already ran