ci: fix workspace name in i18n job
This commit is contained in:
parent
1fd3234613
commit
b0f0c4a71d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/i18n.yml
vendored
2
.github/workflows/i18n.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
- name: Set up environment
|
||||
uses: ./.github/actions/setup
|
||||
- name: Check i18n keys
|
||||
run: yarn workspace desktop-client check-i18n --fail-on-update
|
||||
run: yarn workspace @actual-app/web check-i18n --fail-on-update
|
||||
|
|
Loading…
Reference in a new issue