Skip to content

Commit 4f89032

Browse files
authored
fix(crowdin): increase fetch depth
Signed-off-by: Aviv Keller <[email protected]>
1 parent 0ae8d89 commit 4f89032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translations-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
ref: ${{ env.BRANCH_NAME }}
7777
token: ${{ secrets.CROWDIN_GITHUB_BOT_TOKEN }}
78-
fetch-depth: 2
78+
fetch-depth: -1
7979

8080
- name: Restore Lint Cache
8181
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

0 commit comments

Comments
 (0)