diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index f40936c..896071e 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -19,10 +19,14 @@ jobs: # run: git sparse-checkout disable; git checkout origin/main - name: status run: git status - - name: descibe + - name: shallow + run: cat .git/shallow + - name: deepend tree run: git fetch --shallow-since "1 year" --tags --recurse-submodules=no - name: status run: git status + - name: shallow + run: cat .git/shallow - name: descibe run: git describe --tags - name: show refs