mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update CI
This commit is contained in:
parent
952b2ea154
commit
dca0031ed2
1
.github/workflows/update_protobufs.yml
vendored
1
.github/workflows/update_protobufs.yml
vendored
|
@ -22,4 +22,5 @@ jobs:
|
|||
git config --global user.name 'github-actions'
|
||||
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 commit -m "Update protobuf submodule" && git push || echo "No changes to commit"
|
||||
|
|
Loading…
Reference in a new issue