mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
Use correct path to mesh (#1155)
This commit is contained in:
parent
a61676504f
commit
1bfa6839e2
2
.github/workflows/update_protobufs.yml
vendored
2
.github/workflows/update_protobufs.yml
vendored
@ -31,5 +31,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 proto
|
||||
git add mesh
|
||||
git add src/mesh
|
||||
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"
|
||||
|
Loading…
Reference in New Issue
Block a user