Update CI

This commit is contained in:
Sacha Weatherstone 2021-04-26 10:09:59 +10:00
parent 952b2ea154
commit dca0031ed2

View file

@ -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"