File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434 - name : Checkout Repository
3535 uses : actions/checkout@v4
3636 with :
37- fetch-depth : 2 # Full history needed for GitVersion
37+ fetch-depth : 0 # Full history needed for GitVersion
3838
3939 - name : Unshallow repository for GitVersion
40- # if: startsWith(github.ref, 'refs/heads/copilot/')
40+ if : startsWith(github.ref, 'refs/heads/copilot/')
4141 shell : pwsh
4242 run : |
4343 Write-Host "Unshallow Copilot branch..." -ForegroundColor Green
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- Added setup workflow for GitHub Copilot.
1111 - Switch the workflow to use Linux.
12- - Trying to unshallow the COpilot branch
12+ - Attempt to unshallow the Copilot branch
1313
1414### Changed
1515
You can’t perform that action at this time.
0 commit comments