Planning on adding new localization name.
This commit is contained in:
parent
6f43106e5c
commit
5f0dc6cf9f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/update-submodules.yml
vendored
7
.github/workflows/update-submodules.yml
vendored
|
|
@ -16,6 +16,13 @@ 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: Rename lang to Localizations (to be consistent with uYouPlus)
|
||||||
|
run: |
|
||||||
|
mv lang Localizations
|
||||||
|
git add -A
|
||||||
|
git commit -m "Rename 'lang' to 'Localizations'" || echo "No changes to commit"
|
||||||
|
git push
|
||||||
|
|
||||||
- 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