actions / checkout

Action for checking out a repo
https://github.com/features/actions
MIT License
5.84k stars 1.73k forks source link

Checkout always cloning submodules even when recusive mode disbled #1784

Open jcampbell05 opened 4 months ago

jcampbell05 commented 4 months ago

I have set the submodules to be true so it only does direct submodules, but it still appears to be trying to recursively cloning including with "--recursive" in the command

jcampbell05 commented 4 months ago

It appears that the code for rewriting HTTP submodules as SSH submodules in the Auth code ignores the nested submodule code.