We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466ec71 commit 2228574Copy full SHA for 2228574
.github/workflows/copilot-setup-steps.yml
@@ -53,7 +53,8 @@ jobs:
53
{
54
Write-Host 'Repository is not shallow. Refreshing tags...' -ForegroundColor DarkGray
55
56
- git fetch --prune --tags --no-recurse-submodules
+ #git fetch --prune --tags --no-recurse-submodules
57
+ git fetch --prune --unshallow --tags --no-recurse-submodules
58
59
if ($LASTEXITCODE -ne 0)
60
0 commit comments