Skip to content
Discussion options

You must be logged in to vote

Hi @wei18,

currently, this Action doesn't support running the pre-translate CLI command but you can use the following approach to run any command including Pre-Translation:

name: Run crowdin cli command

on:
  workflow_dispatch:

jobs:
  cli:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Install Crowdin CLI
        run: npm i -g @crowdin/cli

      - name: Run command
        run: crowdin -V

Result:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wei18
Comment options

Answer selected by wei18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants