Skip to content

Commit 22edb67

Browse files
committed
ci: fix crowdin config path
1 parent 306e197 commit 22edb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pull_request_team_reviewers: 'docs-zh'
3232
pull_request_base_branch_name: ${{ github.ref_name }}
3333
base_path: ${{ github.workspace }}
34-
config: 'crowdin/config.yml'
34+
config: .github/crowdin/config.yml
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

0 commit comments

Comments
 (0)