Skip to content

Commit 8635c7b

Browse files
viambotgabegottlob
authored andcommitted
Automated Protos Update (viamrobotics#465)
Co-authored-by: viambot <[email protected]>
1 parent 9deafe3 commit 8635c7b

File tree

5 files changed

+49
-29
lines changed

5 files changed

+49
-29
lines changed

.github/workflows/ai-updater.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: AI Updater Workflow (for testing)
2+
3+
on:
4+
push:
5+
branches:
6+
- workflow/update-proto
7+
workflow_dispatch:
8+
9+
jobs:
10+
call-ai-updater:
11+
uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater-test.yml@main
12+
with:
13+
target_branch: workflow/update-proto
14+
sdk: cpp
15+
secrets:
16+
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

src/viam/api/api_proto_tag.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.456
1+
v0.1.457

src/viam/api/app/v1/billing.pb.cc

Lines changed: 29 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/app/v1/billing.pb.h

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/buf.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deps:
88
- remote: buf.build
99
owner: viamrobotics
1010
repository: api
11-
commit: 7085201c8de14934a3b80f22895d0048
11+
commit: d4beb1aaa859432b848705a54bf5f357
1212
- remote: buf.build
1313
owner: viamrobotics
1414
repository: goutils

0 commit comments

Comments
 (0)