Skip to content

Commit e22d651

Browse files
Henry PeteetGitHub Enterprise
authored andcommitted
Update nightly to checkout submodules (#23)
1 parent a3e777c commit e22d651

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
runs-on: [self-hosted, Linux, X64]
1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
token: ${{ secrets.GHE_ACCESS_TOKEN }}
17+
submodules: recursive
1518
- uses: actions/setup-python@v2
1619
- uses: actions/setup-node@v2
1720
with:

0 commit comments

Comments
 (0)