Update update-submodules.yml

This commit is contained in:
arichornlover 2024-02-12 16:09:29 -06:00 committed by GitHub
parent 73c26d5ae8
commit 84e2d988b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,6 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Add uYouEnhanced submodules
run: |
git submodule add https://github.com/arichorn/MrBeastify.git Tweaks/MrBeastify
git add .
git commit -m "added Another submodule"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis