Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverEXALT authored Aug 25, 2024
1 parent c5fe7b8 commit 52289ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Add YouLoop submodule
run: |
git submodule add https://github.com/bhackel/YouLoop.git Tweaks/YouLoop
git add .
git commit -m "added YouLoop submodule"
git push origin
- name: Make .bundle files
run: |
cd Bundles
ln -s ../Tweaks/YouLoop/layout/Library/Application\ Support/YouGroupSettings.bundle YouLoop.bundle
git add .
git commit -m "Added YouLoop bundle"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis
Expand All @@ -40,6 +55,8 @@ jobs:
git add .
git submodule update --init --recursive --remote Tweaks/YouMute
git add .
git submodule update --init --recursive --remote Tweaks/YouLoop
git add .
git submodule update --init --recursive --remote Tweaks/YouPiP
git add .
git submodule update --init --recursive --remote Tweaks/YouQuality
Expand Down

0 comments on commit 52289ed

Please sign in to comment.