Move protobufs to meshtastic.protobuf python namespace

This commit is contained in:
Kevin Hester
2024-06-26 09:43:56 -07:00
parent 0b9af0dcba
commit 88b73611f0
14 changed files with 65 additions and 26 deletions

View File

@@ -37,5 +37,5 @@ jobs:
git config --global user.email 'bot@noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add protobufs
git add meshtastic
git add meshtastic/protobuf
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"