Skip to content

Commit

Permalink
ci: fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed May 23, 2024
1 parent 96251dd commit df39dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Crowdin Action
on:
workflow_dispatch:
push:
branches: [ develop, feat/crowdin ]
branches: [develop, feat/crowdin]

jobs:
crowdin:
Expand All @@ -20,6 +20,7 @@ jobs:
download_translations: false
push_translations: false
source: docs
translation: "docs/%two_letters_code%/%original_file_name%"
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit df39dd5

Please sign in to comment.