Refactor update-submodules workflow to exclude l10n submodule

This commit is contained in:
mr. M
2024-10-11 19:30:31 +02:00
parent e184e9a97c
commit cf0e6b8f86

View File

@@ -25,7 +25,6 @@ jobs:
- name: Update submodules
run: |
# Only update the "components" submodule, we want to ignore l10n
git submodule update --init --recursive components
current_path=$(pwd)
submodule_path="$(git config --file .gitmodules --get-regexp path | awk '{ print $2 }' | grep zen-components --color=never)"
echo "Submodule path: $submodule_path"