mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 19:12:06 +00:00
Update update-submodules.yml
This commit is contained in:
parent
59b2e5df85
commit
ede3990a68
1 changed files with 17 additions and 0 deletions
17
.github/workflows/update-submodules.yml
vendored
17
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,6 +16,21 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Add PoomSmart/YouGroupSettings submodule
|
||||
run: |
|
||||
git submodule add https://github.com/arichorn/YouGroupSettings.git Tweaks/YouGroupSettings
|
||||
git add .
|
||||
git commit -m "added PoomSmart/YouGroupSettings submodule (1/2)"
|
||||
git push origin
|
||||
|
||||
- name: Make .bundle files
|
||||
run: |
|
||||
cd Bundles
|
||||
ln -s ../Tweaks/YouGroupSettings/layout/Library/Application\ Support/YouGroupSettings.bundle YouGroupSettings.bundle
|
||||
git add .
|
||||
git commit -m "added PoomSmart/YouGroupSettings submodule (2/2)"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git submodule update --init --recursive --remote Tweaks/Alderis
|
||||
|
|
@ -46,6 +61,8 @@ jobs:
|
|||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouQuality
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouGroupSettings
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
||||
git add .
|
||||
git submodule update --init --recursive --remote Tweaks/iSponsorBlock
|
||||
|
|
|
|||
Loading…
Reference in a new issue