From da2b338b5e72deb8665244347b5104753469f934 Mon Sep 17 00:00:00 2001 From: SX <50966843+S-S-X@users.noreply.github.com> Date: Sun, 22 Nov 2020 02:27:03 +0200 Subject: [PATCH] Remove textbook/git-checkout-submodule-action --- .github/workflows/integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 2cb29f9..02f3777 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -9,7 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: textbook/git-checkout-submodule-action@2.0.0 + with: + submodules: recursive - name: test run: ./test.sh