diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6535c6f..dbd11f1 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 + run: git describe --tags - name: deepen tree run: git fetch --shallow-since 2023-08-17 --tags --recurse-submodules=no - name: status run: git status + - name: descibe + run: git describe --tags - name: show refs run: find .git/refs # - name: peepee poopoo