File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
submodules : recursive
27
27
persist-credentials : false
28
+ fetch-depth : 0
28
29
29
30
- name : " Configure Git safe directory"
30
31
run : git config --global --add safe.directory /__w/bdkpython/bdkpython
63
64
with :
64
65
submodules : recursive
65
66
persist-credentials : false
67
+ fetch-depth : 0
66
68
67
69
- name : " Install Python"
68
70
uses : actions/setup-python@v4
99
101
with :
100
102
submodules : recursive
101
103
persist-credentials : false
104
+ fetch-depth : 0
102
105
103
106
- name : " Install Python"
104
107
uses : actions/setup-python@v4
@@ -134,6 +137,7 @@ jobs:
134
137
with :
135
138
submodules : recursive
136
139
persist-credentials : false
140
+ fetch-depth : 0
137
141
138
142
- uses : actions/setup-python@v4
139
143
with :
Original file line number Diff line number Diff line change 28
28
with :
29
29
submodules : recursive
30
30
persist-credentials : false
31
+ fetch-depth : 0
31
32
32
33
- name : " Configure Git safe directory"
33
34
run : git config --global --add safe.directory /__w/bdkpython/bdkpython
73
74
with :
74
75
submodules : recursive
75
76
persist-credentials : false
77
+ fetch-depth : 0
76
78
77
79
- name : " Install Python"
78
80
uses : actions/setup-python@v4
@@ -115,6 +117,7 @@ jobs:
115
117
with :
116
118
submodules : recursive
117
119
persist-credentials : false
120
+ fetch-depth : 0
118
121
119
122
- uses : actions/setup-python@v4
120
123
with :
@@ -156,6 +159,7 @@ jobs:
156
159
with :
157
160
submodules : recursive
158
161
persist-credentials : false
162
+ fetch-depth : 0
159
163
160
164
- name : " Install Python"
161
165
uses : actions/setup-python@v4
@@ -190,6 +194,7 @@ jobs:
190
194
with :
191
195
submodules : recursive
192
196
persist-credentials : false
197
+ fetch-depth : 0
193
198
194
199
- name : " Configure Git safe directory"
195
200
run : git config --global --add safe.directory /__w/bdkpython/bdkpython
You can’t perform that action at this time.
0 commit comments