diff --git a/.github/workflows/create-image.yml b/.github/workflows/create-image.yml index a9ef646..9f9a5ad 100644 --- a/.github/workflows/create-image.yml +++ b/.github/workflows/create-image.yml @@ -71,6 +71,9 @@ jobs: - name: Install it depends to deduce dependencies. run: pip install it-depends + - name: Pull the changes made in the repository. + run: git pull --recurse-submodules + - name: Get submodule's dependencies in JSON file run: | cd ./submissions-${{ needs.create_submodule.outputs.year }}/${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name}}/${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }} diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d0f4e1a..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "submissions-2024/lillywallawitsch-Wondernest.Express/lillywallawitsch-Wondernest.Express"] - path = submissions-2024/lillywallawitsch-Wondernest.Express/lillywallawitsch-Wondernest.Express - url = https://github.com/lillywallawitsch/Wondernest.Express -[submodule "submissions-2024/maggieekubat-Recipe/maggieekubat-Recipe"] - path = submissions-2024/maggieekubat-Recipe/maggieekubat-Recipe - url = https://github.com/maggieekubat/Recipe diff --git a/submissions-2024/lillywallawitsch-Wondernest.Express/lillywallawitsch-Wondernest.Express b/submissions-2024/lillywallawitsch-Wondernest.Express/lillywallawitsch-Wondernest.Express deleted file mode 160000 index 837425e..0000000 --- a/submissions-2024/lillywallawitsch-Wondernest.Express/lillywallawitsch-Wondernest.Express +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 837425e2d6cc3966a7212cddbb91cfdf5c7b6eac diff --git a/submissions-2024/maggieekubat-Recipe/maggieekubat-Recipe b/submissions-2024/maggieekubat-Recipe/maggieekubat-Recipe deleted file mode 160000 index a4c63aa..0000000 --- a/submissions-2024/maggieekubat-Recipe/maggieekubat-Recipe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a4c63aa3a477f8155baefd3b2758ab58865e5faf