Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored May 14, 2024
1 parent f1237df commit a8d3e42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Add YouTimeStamp submodules
run: |
git submodule add https://github.com/arichornlover/YouTimeStamp.git Tweaks/YouTimeStamp
git add .
git commit -m "added YouTimeStamp submodule"
git push origin
- name: Update submodules
run: |
git submodule update --init --recursive --remote Tweaks/Alderis
Expand Down Expand Up @@ -48,6 +55,8 @@ jobs:
git add .
git submodule update --init --recursive --remote Tweaks/YouQuality
git add .
git submodule update --init --recursive --remote Tweaks/YouTimeStamp
git add .
git submodule update --init --recursive --remote Tweaks/YouGroupSettings
git add .
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
Expand Down

0 comments on commit a8d3e42

Please sign in to comment.