mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 15:02:08 +00:00
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:
parent
1827a84aca
commit
1fbd1e6303
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue