From cb8dcc56dad483ef79fedbeda1e8ca433f604ac8 Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 19 Nov 2024 11:07:01 -0500 Subject: [PATCH] attempt to fix submodule updates --- .github/workflows/sync_upstream.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync_upstream.yml b/.github/workflows/sync_upstream.yml index d547a970bc61..5c36791de741 100644 --- a/.github/workflows/sync_upstream.yml +++ b/.github/workflows/sync_upstream.yml @@ -29,10 +29,13 @@ jobs: run: | git config --global user.name '[github actions]' git config --global user.email 'bradh352@users.noreply.github.com' + git pull cd src/sonic-swss git checkout master-broadcom + git pull cd ../sonic-sairedis git checkout master-broadcom + git pull cd ../.. git add . git commit -am "update sonic-swss and sonic-sairedis branches"