File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ jobs:
177177 - job
178178 if : " success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
179179 steps :
180+ - name : checkout the source code
181+ uses : actions/checkout@v4
182+ with :
183+ fetch-depth : 2
180184 - name : publish toolstate
181185 run : src/ci/publish_toolstate.sh
182186 shell : bash
Original file line number Diff line number Diff line change @@ -286,6 +286,10 @@ jobs:
286286 if : " success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'"
287287 << : *base-outcome-job
288288 steps :
289+ - name : checkout the source code
290+ uses : actions/checkout@v4
291+ with :
292+ fetch-depth : 2
289293 - name : publish toolstate
290294 run : src/ci/publish_toolstate.sh
291295 shell : bash
You can’t perform that action at this time.
0 commit comments