From 61f1481777937c40fe3067a0fe2843560b2bcd42 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 11 Dec 2023 23:50:48 +0700 Subject: [PATCH] fetching all --- .github/workflows/sync-crowdin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-crowdin.yml b/.github/workflows/sync-crowdin.yml index ac560c8175..d92fc85210 100644 --- a/.github/workflows/sync-crowdin.yml +++ b/.github/workflows/sync-crowdin.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Dart uses: dart-lang/setup-dart@v1 @@ -43,7 +45,6 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - git fetch --all sudo chown -R $USER:$USER .git git commit assets/i18n/*.json -m "chore: remove empty values from JSON" git push HEAD:refs/heads/feat/translations