File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ jobs:
177
177
- job
178
178
if : " success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
179
179
steps :
180
+ - name : checkout the source code
181
+ uses : actions/checkout@v4
182
+ with :
183
+ fetch-depth : 2
180
184
- name : publish toolstate
181
185
run : src/ci/publish_toolstate.sh
182
186
shell : bash
Original file line number Diff line number Diff line change @@ -286,6 +286,10 @@ jobs:
286
286
if : " success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
287
287
<< : *base-outcome-job
288
288
steps :
289
+ - name : checkout the source code
290
+ uses : actions/checkout@v4
291
+ with :
292
+ fetch-depth : 2
289
293
- name : publish toolstate
290
294
run : src/ci/publish_toolstate.sh
291
295
shell : bash
You can’t perform that action at this time.
0 commit comments