Merge branch 'master' into patch-1

This commit is contained in:
mkinney 2022-01-27 10:28:21 -08:00 committed by GitHub
commit 8bff696bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,8 @@ jobs:
with:
submodules: true
- name: Update Submodule
- name: Update submodule
run: |
git pull --recurse-submodules
git submodule update --remote proto
- name: Download nanopb
@ -26,11 +25,9 @@ jobs:
run: |
./bin/regen-protos.sh
- name: Commit update
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 add proto
git add mesh
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"
- name: Create pull request
uses: peter-evans/create-pull-request@v3
with:
add-paths: |
proto
src/mesh