Skip to content

Commit

Permalink
workflow: install Crowdin CLI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lifehackerhansol committed Aug 1, 2024
1 parent 483da10 commit a613a60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/crowdin-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a613a60

Please sign in to comment.