mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }} 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
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Update Submodule
|
- name: Update Submodule
|
||||||
|
@ -22,5 +22,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions'
|
git config --global user.name 'github-actions'
|
||||||
git config --global user.email 'bot@noreply.github.com'
|
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"
|
||||||
git commit -am "Update protobuf submodule" && git push || echo "No changes to commit"
|
|
||||||
|
|
Loading…
Reference in a new issue