mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
workflow: install Crowdin CLI
It was missed in the initial commit. Unfortunately Crowdin's provided action does not allow simply installing Crowdin itself, so we have to manually install it using NPM.
This commit is contained in:
parent
483da10976
commit
a613a60331
6
.github/workflows/crowdin-commit.yml
vendored
6
.github/workflows/crowdin-commit.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
||||
ruby-version: '3.2'
|
||||
bundler-cache: true
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
|
||||
- name: Setup Crowdin CLI
|
||||
run: |
|
||||
npm i -g @crowdin/cli
|
||||
|
||||
- name: Pull from Crowdin
|
||||
run: |
|
||||
CROWDIN_TOKEN=${{ secrets.CROWDIN_TOKEN }} ./crowdin-pull.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user