From d5420a1f3078473219d0153285cf59d8fd969c70 Mon Sep 17 00:00:00 2001 From: Robin Salkeld Date: Tue, 20 Aug 2024 14:41:30 -0700 Subject: [PATCH 1/2] remove troublesome flags --- .github/actions/polymorph_codegen/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/polymorph_codegen/action.yml b/.github/actions/polymorph_codegen/action.yml index fa68036b1..691f1d09c 100644 --- a/.github/actions/polymorph_codegen/action.yml +++ b/.github/actions/polymorph_codegen/action.yml @@ -61,7 +61,7 @@ runs: if: inputs.update-and-regenerate-mpl == 'true' shell: bash run: | - git submodule update --init --recursive --remote --merge mpl + git submodule update --remote --merge mpl - name: Don't regenerate dependencies unless requested id: dependencies From 79d3105c161e177e894f8328765ca9c956bb4ab0 Mon Sep 17 00:00:00 2001 From: Robin Salkeld Date: Tue, 20 Aug 2024 15:04:41 -0700 Subject: [PATCH 2/2] fix: Remove --recursive from action to update mpl submodule