Skip to content

Commit 43aba51

Browse files
authored
Fix
1 parent 3c384a4 commit 43aba51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)