mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-17 20:32:10 +00:00
Update update-submodules.yml
This commit is contained in:
parent
c236299cc4
commit
9a9898680f
1 changed files with 9 additions and 0 deletions
9
.github/workflows/update-submodules.yml
vendored
9
.github/workflows/update-submodules.yml
vendored
|
|
@ -53,6 +53,15 @@ jobs:
|
|||
git push
|
||||
continue-on-error: true
|
||||
|
||||
- name: Make MrBeastify work
|
||||
run: |
|
||||
cd Bundles
|
||||
ln -s ../Tweaks/MrBeastify/layout/Library/Application\ Support/MrBeastify.bundle MrBeastify.bundle
|
||||
git add .
|
||||
git commit -m "Added MrBeastify Localizatiom"
|
||||
git push origin
|
||||
|
||||
|
||||
- name: Check exit code
|
||||
run: |
|
||||
exit_code=$?
|
||||
|
|
|
|||
Loading…
Reference in a new issue