forked from sidpalas/devops-directive-github-actions-course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
15 lines (15 loc) · 957 Bytes
/
.gitmodules
File metadata and controls
15 lines (15 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "06-authoring-actions/javascript-actions/javascript-action-with-build"]
path = 06-authoring-actions/javascript-actions/javascript-action-with-build
url = https://github.com/sidpalas/javascript-action-with-build.git
[submodule "06-authoring-actions/javascript-actions/typescript-action-with-build"]
path = 06-authoring-actions/javascript-actions/typescript-action-with-build
url = https://github.com/sidpalas/typescript-action-with-build.git
[submodule "06-authoring-actions/container-actions/bash-container-action"]
path = 06-authoring-actions/container-actions/bash-container-action
url = https://github.com/sidpalas/bash-container-action.git
[submodule "06-authoring-actions/container-actions/shell-container-action"]
path = 06-authoring-actions/container-actions/shell-container-action
url = https://github.com/sidpalas/shell-container-action.git
[submodule "capstone"]
path = capstone
url = https://github.com/sidpalas/capstone.git