Update update-submodules.yml

This commit is contained in:
arichornlover 2024-03-21 19:50:12 -05:00 committed by GitHub
parent 23b72e33b8
commit a3f3e13d27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,14 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Delete .bundle files
run: |
cd Bundles
rm -f MrBeastify.bundle
git add .
git commit -m "Deleted MrBeastify bundle"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis