From ab4fdb55a306c7e595844c1c66e7a13f7e2534ab Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 1 Aug 2024 12:26:14 +1000 Subject: [PATCH] dont cat shallow file --- .github/workflows/merge.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 305c386..8d2cd05 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -25,8 +25,6 @@ jobs: run: git fetch --tags --recurse-submodules=no --depth 100 origin main - name: status run: git status - - name: shallow - run: cat .git/shallow - name: descibe run: git describe --tags main - name: show refs