remove unnecessary actions in update-submodules.yml
Since it’s been added, these need to be removed to avoid duplicate files or unwanted conflicts.
This commit is contained in:
parent
64afb80764
commit
143f3f7323
1 changed files with 0 additions and 8 deletions
8
.github/workflows/update-submodules.yml
vendored
8
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,14 +16,6 @@ jobs:
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
|
|
||||||
- name: Make .bundle
|
|
||||||
run: |
|
|
||||||
cd Bundles
|
|
||||||
ln -s ../Tweaks/uYouLocalization/layout/Library/Application\ Support/uYouLocalization.bundle uYouLocalization.bundle
|
|
||||||
git add .
|
|
||||||
git commit -m "Added uYouLocalization bundle"
|
|
||||||
git push origin
|
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive --remote Tweaks/Alderis
|
git submodule update --init --recursive --remote Tweaks/Alderis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue