This commit is contained in:
Alex Janka 2024-08-01 12:19:37 +10:00 committed by Alex Janka
parent 6ec00dbd81
commit 9d6230e63c

View file

@ -22,7 +22,7 @@ jobs:
- name: shallow
run: cat .git/shallow
- name: deepend tree
run: git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin refs/heads/main
run: git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules origin refs/heads/main +refs/tags/*:refs/tags/*
- name: status
run: git status
- name: shallow