mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 09:26:52 +00:00
Revert "Update classes on protobufs update" (#4824)
* Revert "Update classes on protobufs update" * remove quotes to fix trunk. --------- Co-authored-by: Tom Fifield <tom@tomfifield.net>
This commit is contained in:
parent
1f8aa1efc7
commit
3ff9398b92
24
.github/workflows/update_protobufs.yml
vendored
24
.github/workflows/update_protobufs.yml
vendored
@ -1,10 +1,5 @@
|
|||||||
name: Update protobufs and regenerate classes
|
name: Update protobufs and regenerate classes
|
||||||
on:
|
on: workflow_dispatch
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- protobufs/**
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-protobufs:
|
update-protobufs:
|
||||||
@ -16,6 +11,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
- name: Update submodule
|
||||||
|
run: |
|
||||||
|
git submodule update --remote protobufs
|
||||||
|
|
||||||
- name: Download nanopb
|
- name: Download nanopb
|
||||||
run: |
|
run: |
|
||||||
wget https://jpa.kapsi.fi/nanopb/download/nanopb-0.4.8-linux-x86.tar.gz
|
wget https://jpa.kapsi.fi/nanopb/download/nanopb-0.4.8-linux-x86.tar.gz
|
||||||
@ -26,11 +25,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./bin/regen-protos.sh
|
./bin/regen-protos.sh
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Create pull request
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
add: src/mesh
|
title: Update protobufs and classes
|
||||||
author_name: CI Bot
|
add-paths: |
|
||||||
author_email: meshtastic-ci-bot@users.noreply.github.com
|
protobufs
|
||||||
default_author: github_actor
|
src/mesh
|
||||||
message: Update classes from protobufs
|
|
||||||
|
Loading…
Reference in New Issue
Block a user