From bfe2a38fa35a11f3483290d64e9c8a441c9f0e72 Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Fri, 26 Apr 2024 17:22:57 +0200 Subject: [PATCH] update --- .github/workflows/push_container.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_container.yaml b/.github/workflows/push_container.yaml index ba61a9a..85360f6 100644 --- a/.github/workflows/push_container.yaml +++ b/.github/workflows/push_container.yaml @@ -41,6 +41,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 with: + submodules: recursive persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will fail to push refs to dest repo