Skip to content

Commit 4193ae7

Browse files
committed
Add .gitmodules to configure aurelian submodule
Fixes GitHub Actions error: 'No url found for submodule path aurelian' The aurelian directory was tracked as a git submodule (gitlink) but lacked a .gitmodules configuration file. This caused the checkout action to fail with exit code 128 during GitHub Actions workflows. Submodule points to: https://github.com/monarch-initiative/aurelian.git
1 parent ed2d87f commit 4193ae7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "aurelian"]
2+
path = aurelian
3+
url = https://github.com/monarch-initiative/aurelian.git

0 commit comments

Comments
 (0)