Skip to content

Commit cd38963

Browse files
committed
Update the PS5 samples
1 parent 54b719b commit cd38963

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

.github/workflows/update-samples.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,25 @@ jobs:
3535
run: git push https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples.git
3636
env:
3737
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
38-
38+
39+
- name: Clone PS5 Samples
40+
run: git clone https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-PS5.git
41+
env:
42+
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}
43+
- name: Get Kore-Submodule
44+
working-directory: Kore-Samples-PS5
45+
run: git submodule update --init --remote Kore
46+
- name: Checkout Kore
47+
working-directory: Kore-Samples-PS5/Kore
48+
run: git checkout main
49+
- name: Add Kore
50+
working-directory: Kore-Samples-PS5
51+
run: git add Kore
52+
- name: Commit
53+
working-directory: Kore-Samples-PS5
54+
run: git commit -m "Update Kore"
55+
- name: Push
56+
working-directory: Kore-Samples-PS5
57+
run: git push https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples-PS5.git
58+
env:
59+
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}

0 commit comments

Comments
 (0)