Update update-submodules.yml

This commit is contained in:
arichorn 2023-09-02 02:47:47 -05:00 committed by GitHub
parent e464bea592
commit b0678ca526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: Set up Git
run: |
@ -18,6 +18,8 @@ jobs:
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis
git add .
git submodule update --init --recursive --remote Tweaks/YTNoCommunityPosts
git add .
git submodule update --init --recursive --remote Tweaks/YTVideoOverlay
@ -30,6 +32,8 @@ jobs:
git add .
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
git add .
git submodule update --init --recursive --remote Tweaks/iSponsorBlock
git add .
git commit -m "updated submodules"
git push origin
continue-on-error: true