Update update-submodules.yml
This commit is contained in:
parent
13e72a298f
commit
70d757bc6f
1 changed files with 0 additions and 18 deletions
18
.github/workflows/update-submodules.yml
vendored
18
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,13 +16,6 @@ jobs:
|
|||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
||||
- name: Added YTNoCommunityPosts submodule
|
||||
run: |
|
||||
git submodule add https://github.com/michael-winay/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts
|
||||
git add .
|
||||
git commit -m "added YTNoCommunityPosts submodule"
|
||||
git push origin
|
||||
|
||||
- name: Update submodules
|
||||
run: |
|
||||
git submodule update --init --recursive --remote Tweaks/Alderis
|
||||
|
|
@ -55,17 +48,6 @@ jobs:
|
|||
git push origin
|
||||
continue-on-error: true
|
||||
|
||||
- name: Make .bundle files
|
||||
run: |
|
||||
cd Bundles
|
||||
ln -s ../Tweaks/YTVideoOverlay/layout/Library/Application\ Support/YTVideoOverlay.bundle YTVideoOverlay.bundle
|
||||
ln -s ../Tweaks/YouMute/layout/Library/Application\ Support/YouMute.bundle YouMute.bundle
|
||||
ln -s ../Tweaks/YouQuality/layout/Library/Application\ Support/YouQuality.bundle YouQuality.bundle
|
||||
ln -s ../Tweaks/YTNoCommunityPosts/layout/Library/Application\ Support/YTNoCommunityPosts.bundle YTNoCommunityPosts.bundle
|
||||
git add .
|
||||
git commit -m "Added bundles"
|
||||
git push origin
|
||||
|
||||
- name: Check exit code
|
||||
run: |
|
||||
exit_code=$?
|
||||
|
|
|
|||
Loading…
Reference in a new issue