File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,6 @@ jobs:
108
108
echo "DEBUG=0" >> "$GITHUB_ENV"
109
109
fi
110
110
- uses : actions/checkout@v4
111
- with :
112
- persist-credentials : false
113
- fetch-depth : 0
114
111
- name : Setup Homebrew
115
112
uses : ./.github/actions/setup-homebrew
116
113
- name : Set pseudo git user
@@ -143,9 +140,6 @@ jobs:
143
140
runs-on : ${{ matrix.os }}
144
141
steps :
145
142
- uses : actions/checkout@v4
146
- with :
147
- persist-credentials : false
148
- fetch-depth : 0
149
143
- uses : ./.github/actions/setup-homebrew
150
144
- uses : ./.github/actions/pristine-homebrew
151
145
with :
@@ -177,6 +171,7 @@ jobs:
177
171
needs : [prepare-pristine-homebrew]
178
172
runs-on : ${{ matrix.os }}
179
173
steps :
174
+ - uses : actions/checkout@v4
180
175
- uses : ./.github/actions/setup-homebrew
181
176
- uses : ./.github/actions/pristine-homebrew
182
177
with :
You can’t perform that action at this time.
0 commit comments