Updated Update-Submodules Template

This template is used if I’m specifically refreshing the branch. and Anyone can use this aswell!
This commit is contained in:
arichorn 2023-07-15 21:12:11 -05:00 committed by GitHub
parent 1827a84aca
commit 1fbd1e6303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ jobs:
- name: Set up Git
run: |
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
git config --global user.name "arichorn"
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Add uYouPlusExtra submodules
run: |
@ -24,6 +24,7 @@ jobs:
git submodule add https://github.com/PoomSmart/YouQuality.git Tweaks/YouQuality
git submodule add https://github.com/PoomSmart/YTVideoOverlay.git Tweaks/YTVideoOverlay
git submodule add https://github.com/arichorn/YTNoCommunityPosts.git Tweaks/YTNoCommunityPosts
# git submodule add https://github.com/joshuaseltzer/YTHoldForSpeed Tweaks/YTHoldForSpeed
git add .
git commit -m "added uYouPlusExtra submodules"
git push origin