mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
execute node via tea
This commit is contained in:
parent
a7a63ad030
commit
3c17dd97f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-sign-notarize.yml
vendored
2
.github/workflows/build-sign-notarize.yml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
|||
- name: sync translation
|
||||
if: inputs.sync-translation == '1'
|
||||
run: |
|
||||
cd modules/desktop && node scripts/update-crowdin-source.cjs
|
||||
cd modules/desktop && tea -SE node scripts/update-crowdin-source.cjs
|
||||
env:
|
||||
CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue