mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
Update update-submodules.yml
This commit is contained in:
parent
0c414df932
commit
d20263bf35
1 changed files with 0 additions and 15 deletions
15
.github/workflows/update-submodules.yml
vendored
15
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,21 +16,6 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Add MrBeastify
|
||||
run: |
|
||||
git submodule add https://github.com/leminlimez/MrBeastify.git Tweaks/MrBeastify
|
||||
git add .
|
||||
git commit -m "added MrBeastify submodule"
|
||||
git push origin
|
||||
|
||||
- name: Make .bundle files
|
||||
run: |
|
||||
cd Bundles
|
||||
ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle
|
||||
git add .
|
||||
git commit -m "Added submodule bundle"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git submodule update --init --recursive --remote Tweaks/Alderis
|
||||
|
|
|
|||
Loading…
Reference in a new issue