From abb5f1170d1952e00c3583b1bcf261a9bf1fc326 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 19 Mar 2021 18:18:38 +0100 Subject: [PATCH] corrected syntax --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e340b4889..d92f167dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,8 @@ jobs: ########################################################################## - name: Checkout code uses: actions/checkout@v2 - submodules: recursive + with: + - submodules: recursive ########################################################################## # BUILD LOGIN SERVER DOCKER IMAGE (build) ################################ ##########################################################################