mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-09 08:02:35 +00:00
Refactor update-submodules workflow to use 'main' branch for zen-components submodule
This commit is contained in:
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user