actions BUGFIX debug msg #2
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4b08a7e..c0015c7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -137,10 +137,13 @@
 
       - name: Build-and-install-package
         shell: bash
-        working-directory: ${{ github.repository }}
+        working-directory: ${{ github.workspace }}
         run: |
           pip install apkg
           apkg system-setup
+          echo "git msg"
+          git log --oneline -n1
+          echo "git msg2"
           apkg build
           apkg install
         if: ${{ matrix.config.name == 'DEB Package' }}