We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fac613 + 195c3f0 commit 57f9896Copy full SHA for 57f9896
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -42,6 +42,13 @@ jobs:
42
# we need full history with tags for the version number
43
fetch-depth: '0'
44
45
+ # work around for https://github.com/orgs/community/discussions/163397
46
+ - name: Fetch main branch
47
+ run: |
48
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
49
+ git fetch origin main:main
50
+
51
52
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
53
with:
54
python-version: 3.13
0 commit comments