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 0c57912 commit c1b35a2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Delete .bundle files
run: |
cd Bundles
rm -f YouLoop.bundle
git add .
git commit -m "override YouLoop bundle (1/2)"
git push origin
- name: Make .bundle files
run: |
cd Bundles
ln -s ../Tweaks/YouLoop/layout/Library/Application\ Support/YouLoop.bundle YouLoop.bundle
git add .
git commit -m "override YouLoop bundle (2/2)"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis
Expand Down

0 comments on commit c1b35a2

Please sign in to comment.