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 4242 fi
4343
4444 - uses : actions/checkout@v3
45+ with :
46+ ref : ${{ env.NIGHTLY_BUILD_REF }}
4547
4648 # The default installation of Docker on Github Actions runners are pretty outdated, as the artifact builder
4749 # Dockerfiles require a newer version of Docker that has heredoc support. This may not be necesssary in the future,
@@ -218,6 +220,8 @@ jobs:
218220 fi
219221
220222 - uses : actions/checkout@v3
223+ with :
224+ ref : ${{ env.NIGHTLY_BUILD_REF }}
221225
222226 # The default installation of Docker on Github Actions runners are pretty outdated, as the artifact builder
223227 # Dockerfiles require a newer version of Docker that has heredoc support. This may not be necesssary in the future,
@@ -305,6 +309,8 @@ jobs:
305309 fi
306310
307311 - uses : actions/checkout@v3
312+ with :
313+ ref : ${{ env.NIGHTLY_BUILD_REF }}
308314
309315 - name : Set up (Mac) prerequisites and environment
310316 run : |
You can’t perform that action at this time.
0 commit comments