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 dcfc496 commit faa34c3Copy full SHA for faa34c3
.github/workflows/copilot-setup-steps.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Checkout Repository
35
uses: actions/checkout@v4
36
with:
37
- fetch-depth: 0 # Full history needed for GitVersion
+ fetch-depth: 2 # Full history needed for GitVersion
38
39
- name: Unshallow repository for GitVersion
40
#if: startsWith(github.ref, 'refs/heads/copilot/')
0 commit comments