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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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.