Skip to content

Commit 2228574

Browse files
committed
debug 1
1 parent 466ec71 commit 2228574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
{
5454
Write-Host 'Repository is not shallow. Refreshing tags...' -ForegroundColor DarkGray
5555
56-
git fetch --prune --tags --no-recurse-submodules
56+
#git fetch --prune --tags --no-recurse-submodules
57+
git fetch --prune --unshallow --tags --no-recurse-submodules
5758
5859
if ($LASTEXITCODE -ne 0)
5960
{

0 commit comments

Comments
 (0)