Skip to content

Commit

Permalink
Update update-samples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 21, 2025
1 parent 6a52ca0 commit 31a0376
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/update-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ jobs:
run: git config --global user.email "robbot2019@robdangero.us"

- name: Clone Samples
run: git clone https://github.com/Kode/Kinc-Samples.git
- name: Get Kinc-Submodule
working-directory: Kinc-Samples
run: git submodule update --init --remote Kinc
- name: Checkout Kinc
working-directory: Kinc-Samples/Kinc
run: git checkout main
- name: Add Kinc
working-directory: Kinc-Samples
run: git add Kinc
run: git clone https://github.com/Kode/Kore-Samples.git
- name: Get Kore-Submodule
working-directory: Kore-Samples
run: git submodule update --init --remote Kore
- name: Checkout Kore
working-directory: Kore-Samples/Kore
run: git checkout v2
- name: Add Kore
working-directory: Kore-Samples
run: git add Kore
- name: Commit
working-directory: Kinc-Samples
run: git commit -m "Update Kinc"
working-directory: Kore-Samples
run: git commit -m "Update Kore"
- name: Push
working-directory: Kinc-Samples
run: git push https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kinc-Samples.git
working-directory: Kore-Samples
run: git push https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kore-Samples.git
env:
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}

Expand All @@ -58,7 +58,6 @@ jobs:
env:
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}


- name: Clone PS4 Samples
run: git clone https://Kode-Robbot:$ROBBOT_PASS@github.com/Kode/Kinc-Samples-PS4.git
env:
Expand Down

0 comments on commit 31a0376

Please sign in to comment.