diff --git a/.github/update_clients.sh b/.github/update_clients.sh index c77afbb4..09641b42 100755 --- a/.github/update_clients.sh +++ b/.github/update_clients.sh @@ -4,7 +4,7 @@ PROJECTS=$(dirname "$0")/../.. function updateClient() { pushd clients/$1 - git fetch + git fetch origin main git reset FETCH_HEAD --hard popd git add clients/$1