Skip to content

Commit

Permalink
attempt to fix submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Nov 19, 2024
1 parent c7eb1ce commit cb8dcc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
run: |
git config --global user.name '[github actions]'
git config --global user.email '[email protected]'
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"
Expand Down

0 comments on commit cb8dcc5

Please sign in to comment.