Update update-submodules.yml

This commit is contained in:
arichornlover 2024-04-03 13:33:34 -05:00 committed by GitHub
parent d095b9394f
commit e72b39925a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,21 +16,6 @@ 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/arichornlover/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