Update CI

This commit is contained in:
Sacha Weatherstone 2021-04-20 18:44:44 +10:00
parent b9acdec65b
commit 17fc2e9b51

View file

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