Merge branch 'master' into thebentern-patch-2

1.2-legacy
Ben Meadors 2022-01-27 12:33:55 -06:00 zatwierdzone przez GitHub
commit 59c2bcd978
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 9 usunięć

Wyświetl plik

@ -11,7 +11,7 @@ jobs:
with:
submodules: true
- name: Update Submodule
- name: Update submodule
run: |
git submodule update --remote proto
@ -25,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 src/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