From 2e8d76386b30fd8a3c2e661c94e1f3eadf75e43d Mon Sep 17 00:00:00 2001 From: Cyprian Klimaszewski Date: Thu, 15 Jan 2026 23:54:01 +0100 Subject: [PATCH] Fix 22f5b61: [CI] File descriptions check failure due to missing git fetch depth. --- .github/workflows/file-descriptions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/file-descriptions.yml b/.github/workflows/file-descriptions.yml index 8c02b90bb2..7eea502aa7 100644 --- a/.github/workflows/file-descriptions.yml +++ b/.github/workflows/file-descriptions.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + fetch-depth: 4 - name: Get pull-request commits uses: OpenTTD/actions/checkout-pull-request@v6