From 56365d0982fd68dfcc22cc77cd1261fef5a51800 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Mon, 4 Apr 2022 10:30:58 -0400 Subject: [PATCH] remove recursive --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index a35d9fc..6a8a92a 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -17,7 +17,7 @@ jobs: - name: Git submodule update run: | - git submodule update --recursive --remote --init + git submodule update --remote --init - name: Commit run: |