Remove bundle command

This commit is contained in:
arichorn 2023-07-27 07:10:55 -05:00 committed by GitHub
parent 56f35a9256
commit bc19ad7eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,14 +48,6 @@ 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=$?