Skip to content

Commit edb7969

Browse files
committed
fix path error
1 parent bdeea9f commit edb7969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowdin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pull_request_team_reviewers: ${{ github.repository }}
3131
pull_request_title: 'New Crowdin Translations'
3232
pull_request_base_branch_name: ${{ github.ref_name }}
33-
base_path: ${{ github.workspace }}/docs
33+
base_path: ${{ github.workspace }}
3434
config: '.github/crowdin/crowdin.yml'
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)