forked from qnblackcat/uYouPlus
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28279ca
commit 13c0c4f
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,20 @@ jobs: | |
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Set up Git | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "GitHub Actions" | ||
- name: Add uYouEnhanced submodules | ||
run: | | ||
git submodule add https://github.com/PoomSmart/YTIcons Tweaks/YTIcons | ||
git add . | ||
git commit -m "added YTIcons tweak" | ||
git push origin | ||
- name: Update submodules | ||
run: | | ||
git submodule update --init --recursive --remote Tweaks/Alderis | ||
|
@@ -34,6 +41,8 @@ jobs: | |
git add . | ||
git submodule update --init --recursive --remote Tweaks/YTClassicVideoQuality | ||
git add . | ||
git submodule update --init --recursive --remote Tweaks/YTIcons | ||
git add . | ||
git submodule update --init --recursive --remote Tweaks/YTUHD | ||
git add . | ||
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay | ||
|