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 0b88529 commit 6aad807Copy full SHA for 6aad807
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Checkout code
32
uses: actions/checkout@v4
33
with:
34
- fetch-depth: 1
+ persist-credentials: false
35
36
- name: Set up Python ${{ matrix.python-version }}
37
uses: astral-sh/setup-uv@v6
@@ -64,7 +64,8 @@ jobs:
64
65
66
67
68
+ fetch-depth: 0
69
70
- name: Set up Python
71
0 commit comments