From dca0031ed2fffb0f3a14882d3bd8de8183243e4b Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 26 Apr 2021 10:09:59 +1000 Subject: [PATCH] Update CI --- .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 08273a11..6ac01f78 100644 --- a/.github/workflows/update_protobufs.yml +++ b/.github/workflows/update_protobufs.yml @@ -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"