Update update_protobufs.yml

This commit is contained in:
Ben Meadors authored and GitHub committed 2022-02-03 08:59:32 -06:00
1 parent 14a6e581bc
commit 43ab3be804
1 file changed
+1
+1
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"