Skip to content

Commit d7f0626

Browse files
committed
Fix submodule checkout when in non CnCNet repo
1 parent a526707 commit d7f0626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ssh-key: ${{ secrets.CNCNET_CI_SSH_PRIVATEKEY }}
3333
submodule-directories: |
3434
YRpp
35-
${{ matrix.has-private-access && 'Private' }}
35+
${{ matrix.has-private-access && 'Private' || '' }}
3636
3737
- name: Build
3838
uses: ./.github/actions/build

0 commit comments

Comments
 (0)