Skip to content

Commit ea96e69

Browse files
committed
[GitHub] Use v2 for all the samples
1 parent 66116bb commit ea96e69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-samples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
3838

3939
- name: Clone Switch Samples
40-
run: git clone https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Switch.git
40+
run: git clone --branch v2 https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Switch.git
4141
env:
4242
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
4343
- name: Get Kore-Submodule
@@ -59,7 +59,7 @@ jobs:
5959
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
6060

6161
- name: Clone Switch 2 Samples
62-
run: git clone https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Switch2.git
62+
run: git clone --branch v2 https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Switch2.git
6363
env:
6464
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
6565
- name: Get Kore-Submodule
@@ -125,7 +125,7 @@ jobs:
125125
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
126126

127127
- name: Clone Xbox Samples
128-
run: git clone https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Xbox.git
128+
run: git clone --branch v2 https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-Xbox.git
129129
env:
130130
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
131131
- name: Get Kore-Submodule

0 commit comments

Comments
 (0)