Skip to content

Commit

Permalink
Disable the Kong samples while some things change
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Aug 31, 2024
1 parent 98d40a7 commit 029c8c9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/update-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,6 @@ jobs:
env:
ROBBOT_PASS: ${{ secrets.ROBBOT_PASS }}

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

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

0 comments on commit 029c8c9

Please sign in to comment.