Skip to content

Commit 5581ad3

Browse files
authored
Merge pull request #267 from nikiOstrov/addWikiTutorialsSubmodules
Add wiki tutorials submodules new PR
2 parents 41a3e78 + 480c8f5 commit 5581ad3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/dispatch-event.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
git merge origin/master
3737
cd ..
3838
git add katacoda-scenarios
39+
cd wiki-tutorials/
40+
git checkout main
41+
git fetch
42+
git branch
43+
git merge origin/main
44+
cd ..
45+
git add wiki-tutorials
3946
cd architectures/
4047
git checkout master
4148
git fetch

.gitmodules

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[submodule "katacoda-scenarios"]
22
path = katacoda-scenarios
3-
url = https://github.com/devonfw/katacoda-scenarios.git
3+
url = https://github.com/devonfw-tutorials/katacoda-scenarios.git
44
branch = master
5+
[submodule "wiki-tutorials"]
6+
path = wiki-tutorials
7+
url = https://github.com/devonfw-tutorials/wiki-tutorials.git
8+
branch = main
59
[submodule "devonfw-guide"]
610
path = devonfw-guide
711
url = https://github.com/devonfw/devonfw-guide.git

0 commit comments

Comments
 (0)