We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cee158 commit dcfc496Copy full SHA for dcfc496
.github/workflows/copilot-setup-steps.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
Write-Host "Unshallow Copilot branch..." -ForegroundColor Green
44
45
- Write-Host "Removing the depth limit, prune unused refs, and grab tags
+ Write-Host "Removing the depth limit, prune unused refs, and grab tags" -ForegroundColor DarkGray
46
git fetch --prune --unshallow --tags --no-recurse-submodules
47
48
Write-Host "Unshallow complete." -ForegroundColor Green
0 commit comments