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 28a65eb commit cdc539bCopy full SHA for cdc539b
.github/workflows/main.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Clone Repository
12
- run: git clone --recursive --branch dev https://github.com/SpotifyXP/SpotifyXP-Repository
+ run: git clone --recursive https://github.com/SpotifyXP/SpotifyXP-Repository
13
- name: Run generate_repo.py script
14
working-directory: ./SpotifyXP-Repository
15
run: python3 generate_repo.py
0 commit comments