Skip to content

Commit bec254f

Browse files
committed
Try not disabling persist-credentials
1 parent 935ca82 commit bec254f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ jobs:
3030
|| false
3131
}}
3232
steps:
33-
- name: Print Git config
34-
run: git config --list
3533
- name: Checkout
3634
uses: actions/checkout@v4
3735
with:
38-
persist-credentials: false
36+
persist-credentials: true # Set to `false` once git issue fixed
3937
submodules: false # Disable submodule fetching
4038
- name: Setup python
4139
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)