Update update-submodules.yml
This commit is contained in:
parent
e464bea592
commit
b0678ca526
1 changed files with 5 additions and 1 deletions
6
.github/workflows/update-submodules.yml
vendored
6
.github/workflows/update-submodules.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3.5.3
|
uses: actions/checkout@v3.6.0
|
||||||
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -18,6 +18,8 @@ jobs:
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
|
git submodule update --init --recursive --remote Tweaks/Alderis
|
||||||
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts
|
git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts
|
||||||
git add .
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
|
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
|
||||||
|
|
@ -30,6 +32,8 @@ jobs:
|
||||||
git add .
|
git add .
|
||||||
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
||||||
git add .
|
git add .
|
||||||
|
git submodule update --init --recursive --remote Tweaks/iSponsorBlock
|
||||||
|
git add .
|
||||||
git commit -m "updated submodules"
|
git commit -m "updated submodules"
|
||||||
git push origin
|
git push origin
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue