From 6bbce34913262967cf69a999e8f5beeced853d53 Mon Sep 17 00:00:00 2001 From: Skillet Date: Mon, 3 Apr 2023 11:47:18 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b7cf86..9af093d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,10 @@ jobs: runs-on: self-hosted steps: - - uses: actions/checkout@v3 + - name: checkout repo and submodules + uses: actions/checkout@v3 + with: + submodules: true - name: Login To Registry uses: docker/login-action@v2