Better update-submodules-template.txt

This commit is contained in:
arichornlover 2024-05-03 21:57:04 -05:00 committed by GitHub
parent 17034fa27e
commit d3d6c18ae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
// Template for whenever I refresh the main branch. and even need to re-add the submodules afterwards.
# Template for whenever I refresh the main branch. and even need to re-add the submodules afterwards.
name: Update Submodules
@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
- name: Set up Git
run: |
@ -24,6 +24,7 @@ jobs:
git submodule add https://github.com/dayanch96/uYouLocalization.git Tweaks/uYouLocalization
git submodule add https://github.com/arichornlover/YTHoldForSpeed.git Tweaks/YTHoldForSpeed
git submodule add https://github.com/arichornlover/YouGroupSettings.git Tweaks/YouGroupSettings
git submodule add https://github.com/arichornlover/YouTimeStamp.git Tweaks/YouTimeStamp
git add .
git commit -m "added uYouEnhanced submodules"
git push origin
@ -87,6 +88,7 @@ jobs:
ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle
ln -s ../Tweaks/YTHoldForSpeed/layout/Library/Application\ Support/YTHoldForSpeed.bundle YTHoldForSpeed.bundle
ln -s ../Tweaks/YouGroupSettings/layout/Library/Application\ Support/YouGroupSettings.bundle YouGroupSettings.bundle
ln -s ../Tweaks/YouTimeStamp/layout/Library/Application\ Support/YouTimeStamp.bundle YouTimeStamp.bundle
git add .
git commit -m "Added bundles"
git push origin
@ -100,6 +102,7 @@ jobs:
# rm -f uYouLocalization.bundle
# rm -f YTHoldForSpeed.bundle
# rm -f YouGroupSettings.bundle
# rm -f YouTimeStamp.bundle
# git add .
# git commit -m "Deleted bundles"
# git push origin