I am working on a repo where I had the code as a sub repo but never actually pushed the code to an origin, as I was the only one working on it. Now that I have started to do CI/CD to check the board files I noticed that the runs never succeed when running Kiri through KiBot as it would attempt to do a submodule update at some point and as there is no origin fail. I fixed it on the current commit but that leaves several more without a .gitmodules files and whenever a Diff is attempted it fails.
Whats the best way to fix this?