From 6d3b1cbffd7d7fa3da1b0289914aa1fe491d5762 Mon Sep 17 00:00:00 2001 From: oskar Date: Fri, 16 Jan 2026 22:09:28 +0100 Subject: [PATCH] Set `fetch-depth: 0` in Forgejo Actions CI workflows to fetch full history --- .forgejo/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 656be43..3b0460f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: runs-on: docker steps: - uses: https://github.com/actions/checkout@v4 + with: + fetch-depth: 0 - id: filter uses: https://github.com/dorny/paths-filter@v3