Skip to content

Commit b80d332

Browse files
committed
Update more samples
1 parent 7f8f910 commit b80d332

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

.github/workflows/update-samples.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,49 @@ jobs:
101101
run: git push https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Switch2.git
102102
env:
103103
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
104+
105+
106+
- name: Clone Switch Samples
107+
run: git clone https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Switch.git
108+
env:
109+
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
110+
- name: Get Kore-Submodule
111+
working-directory: Kore-Samples-Switch
112+
run: git submodule update --init --remote kore
113+
- name: Checkout Kore
114+
working-directory: Kore-Samples-Switch/kore
115+
run: git checkout main
116+
- name: Add Kore
117+
working-directory: Kore-Samples-Switch
118+
run: git add kore
119+
- name: Commit
120+
working-directory: Kore-Samples-Switch
121+
run: git commit -m "Update Kore"
122+
- name: Push
123+
working-directory: Kore-Samples-Switch
124+
run: git push https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Switch.git
125+
env:
126+
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
127+
128+
129+
- name: Clone Xbox Samples
130+
run: git clone https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Xbox.git
131+
env:
132+
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
133+
- name: Get Kore-Submodule
134+
working-directory: Kore-Samples-Xbox
135+
run: git submodule update --init --remote kore
136+
- name: Checkout Kore
137+
working-directory: Kore-Samples-Xbox/kore
138+
run: git checkout main
139+
- name: Add Kore
140+
working-directory: Kore-Samples-Xbox
141+
run: git add kore
142+
- name: Commit
143+
working-directory: Kore-Samples-Xbox
144+
run: git commit -m "Update Kore"
145+
- name: Push
146+
working-directory: Kore-Samples-Xbox
147+
run: git push https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Xbox.git
148+
env:
149+
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}

0 commit comments

Comments
 (0)