Submodules are specific commits of a submodule repository associated with a commit in another repository, the superproject. This is done with a "gitlink" entry in the commit's tree referencing a ...
git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" git submodule add https://github.com/arichornloverALT ...