This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 06f99595 ci: keep git history while building nightly images (#2779)
06f99595 is described below

commit 06f99595f2f4cce50a3c67610c591a0dca8f76d2
Author: Twice <[email protected]>
AuthorDate: Sun Feb 9 00:45:30 2025 +0800

    ci: keep git history while building nightly images (#2779)
---
 .github/workflows/nightly.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml
index eff1d65b..79629d7d 100644
--- a/.github/workflows/nightly.yaml
+++ b/.github/workflows/nightly.yaml
@@ -42,6 +42,10 @@ jobs:
           platform=${{ matrix.platform }}
           echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
 
+      - uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+
       - name: Docker meta
         id: meta
         uses: docker/metadata-action@v5

Reply via email to