Skip to content

Commit 19a72ab

Browse files
committed
Make snippets submodule load over HTTPS instead of SSH
Loading over SSH breaks GitHub Actions, which does not have an SSH key configured
1 parent 6c34643 commit 19a72ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
url = https://github.com/intelxed/mbuild.git
1919
[submodule "plugins/snippets"]
2020
path = plugins/snippets
21-
url = git@github.com:Vector35/snippets.git
21+
url = https://github.com/Vector35/snippets.git

0 commit comments

Comments
 (0)