diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 89c974196..6a107c541 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,10 +16,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Pull & update submodules recursively - run: | - git submodule update --init --recursive - git submodule update --recursive --remote + with: + submodules: https://github.com/mixcore/mix.heart.git - name: Setup uses: actions/setup-dotnet@v3 with: