Skip to content

Commit dcfc496

Browse files
authored
fix syntax error
1 parent 1cee158 commit dcfc496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
Write-Host "Unshallow Copilot branch..." -ForegroundColor Green
4444
45-
Write-Host "Removing the depth limit, prune unused refs, and grab tags
45+
Write-Host "Removing the depth limit, prune unused refs, and grab tags" -ForegroundColor DarkGray
4646
git fetch --prune --unshallow --tags --no-recurse-submodules
4747
4848
Write-Host "Unshallow complete." -ForegroundColor Green

0 commit comments

Comments
 (0)