Skip to content

Commit 480c8f5

Browse files
authored
added dispatch event for wiki tutorials
1 parent da1d3ee commit 480c8f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
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

0 commit comments

Comments
 (0)