Refactor update-submodules workflow to use 'main' branch for zen-components submodule

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

View File

@@ -29,7 +29,7 @@ jobs:
submodule_path="$(git config --file .gitmodules --get-regexp path | awk '{ print $2 }' | grep zen-components --color=never)"
echo "Submodule path: $submodule_path"
cd $submodule_path
git checkout master
git checkout main
git pull
cd $current_path