From e1ed62cca974a8785b008e43931b50efac430207 Mon Sep 17 00:00:00 2001 From: kunish Date: Tue, 7 Oct 2025 11:12:04 +0800 Subject: [PATCH] fix: correct indentation for fetch-depth in CI workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e571677..0814067 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v5 + with: + fetch-depth: 0 - uses: actions/setup-go@v6 with: