From 43ab3be804cac962cedb3ea1c7129393e8305a3f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 3 Feb 2022 08:59:32 -0600 Subject: [PATCH] Update update_protobufs.yml --- .github/workflows/update_protobufs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_protobufs.yml b/.github/workflows/update_protobufs.yml index 2123fab..f57a68a 100644 --- a/.github/workflows/update_protobufs.yml +++ b/.github/workflows/update_protobufs.yml @@ -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"