Update update_protobufs.yml

This commit is contained in:
Ben Meadors
2022-02-03 08:59:32 -06:00
committed by GitHub
parent 14a6e581bc
commit 43ab3be804

View File

@@ -32,4 +32,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 meshtastic
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"