actions BUGFIX set fetch depth
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 32ac967..e6879c9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -110,6 +110,8 @@
 
     steps:
       - uses: actions/checkout@main
+        with:
+          fetch-depth: 100
 
       - name: Deps-packages
         shell: bash
@@ -141,13 +143,6 @@
         run: |
           pip install apkg
           apkg system-setup
-          echo "git msg"
-          git log --oneline -n1 --grep="^VERSION"
-          echo "git msg2"
-          git log --oneline -n1 --grep=^VERSION
-          echo "git msg3"
-          git log --oneline -n1 --grep=VERSION
-          echo "git msg4"
           apkg build
           apkg install
         if: ${{ matrix.config.name == 'DEB Package' }}