Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Oct 9, 2024
1 parent eac8ea2 commit fc485eb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,28 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.1

- name: Set up Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Add uYouEnhanced submodules
run: |
git submodule add https://github.com/bhackel/YouLoop.git Tweaks/YouLoop
git add .
git commit -m "added YouLoop tweak"
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 "Added YouLoop bundle"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis
Expand Down

0 comments on commit fc485eb

Please sign in to comment.