specify submodules: true

This commit is contained in:
Colin Griffin
2021-12-17 10:50:16 -05:00
committed by GitHub
parent 303d8cdd45
commit a3dabf3748

View File

@ -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.