Update CI

This commit is contained in:
Sacha Weatherstone 2021-04-20 19:12:39 +10:00
parent 59e83c84de
commit 5ea8b99f2b

View file

@ -10,7 +10,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.ACCESS_TOKEN }} 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
submodules: true
- name: Update Submodule
@ -22,4 +21,5 @@ jobs:
run: |
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 commit -m "Update protobuf submodule" && git push || echo "No changes to commit"