File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 42
42
fi
43
43
44
44
- uses : actions/checkout@v3
45
+ with :
46
+ ref : ${{ env.NIGHTLY_BUILD_REF }}
45
47
46
48
# The default installation of Docker on Github Actions runners are pretty outdated, as the artifact builder
47
49
# Dockerfiles require a newer version of Docker that has heredoc support. This may not be necesssary in the future,
@@ -218,6 +220,8 @@ jobs:
218
220
fi
219
221
220
222
- uses : actions/checkout@v3
223
+ with :
224
+ ref : ${{ env.NIGHTLY_BUILD_REF }}
221
225
222
226
# The default installation of Docker on Github Actions runners are pretty outdated, as the artifact builder
223
227
# Dockerfiles require a newer version of Docker that has heredoc support. This may not be necesssary in the future,
@@ -305,6 +309,8 @@ jobs:
305
309
fi
306
310
307
311
- uses : actions/checkout@v3
312
+ with :
313
+ ref : ${{ env.NIGHTLY_BUILD_REF }}
308
314
309
315
- name : Set up (Mac) prerequisites and environment
310
316
run : |
You can’t perform that action at this time.
0 commit comments