From ee293a3980fd8e994e6b67d6725b415844c39b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Can=20Alt=C4=B1nova?= Date: Fri, 7 Nov 2025 12:34:44 +0100 Subject: [PATCH] Make sure to fetch the full git history for l10n-sync job in CI --- .github/workflows/l10n-sync.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/l10n-sync.yml b/.github/workflows/l10n-sync.yml index 76a942e8f0..b38183aea0 100644 --- a/.github/workflows/l10n-sync.yml +++ b/.github/workflows/l10n-sync.yml @@ -28,6 +28,9 @@ jobs: uses: actions/checkout@v5 with: ssh-key: ${{ secrets.L10N_SYNC_SSH_KEY }} + # Fetch the full git history since we are going to need it to do some + # git operations between the main and l10n branches. + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v6