Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-27 07:08:24 -05:00 committed by GitHub
parent 007c962a12
commit 5046b39557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,6 @@ jobs:
git add .
git submodule update --init --recursive --remote Tweaks/PSHeader
git add .
git submodule update --init --recursive --remote Tweaks/RemoteLog
git add .
git submodule update --init --recursive --remote Tweaks/Return-YouTube-Dislikes
git add .
git submodule update --init --recursive --remote Tweaks/YTABConfig
@ -50,6 +48,14 @@ jobs:
git push origin
continue-on-error: true
- name: Make .bundle files
run: |
cd Bundles
ln -s ../Tweaks/YTNoCommunityPosts/layout/Library/Application\ Support/YTNoCommunityPosts.bundle YTNoCommunityPosts.bundle
git add .
git commit -m "Added YTNoCommunityPost bundle"
git push origin
- name: Check exit code
run: |
exit_code=$?