specify submodules: true
This commit is contained in:
parent
303d8cdd45
commit
a3dabf3748
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Docker Login
|
||||
# You may pin to the exact commit or the version.
|
||||
|
|
Loading…
Reference in a new issue