mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update CI
This commit is contained in:
parent
b9acdec65b
commit
17fc2e9b51
5
.github/workflows/update_protobufs.yml
vendored
5
.github/workflows/update_protobufs.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue