We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb2a1d commit 8863c61Copy full SHA for 8863c61
1 file changed
.github/workflows/update-samples.yml
@@ -42,9 +42,9 @@ jobs:
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
+ run: git submodule update --init --remote kore
46
- name: Checkout Kore
47
- working-directory: Kore-Samples-PS5/Kore
+ working-directory: Kore-Samples-PS5/kore
48
run: git checkout main
49
- name: Add Kore
50
0 commit comments