File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments