Update update-submodules.yml

This commit is contained in:
arichorn 2023-09-25 20:07:01 -05:00 committed by GitHub
parent b31c2337b1
commit b5c404572d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,15 +16,6 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Remove YTNoCommunityPosts
run: |
git submodule deinit Tweaks/YTNoCommunityPosts
git rm Tweaks/YTNoCommunityPosts
rm -rf .git/modules/Tweaks/YTNoCommunityPosts
git add .
git commit -m "removed ytnocommunityposts"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis