Skip to content

Commit 649da40

Browse files
authored
fix branch name in ai-updater workflow (#603)
1 parent f849585 commit 649da40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ai-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: AI Updater Workflow
33
on:
44
push:
55
branches:
6-
- workflow/update-proto
6+
- workflow/update-protos
77
workflow_dispatch:
88

99
jobs:
1010
call-ai-updater:
1111
uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater.yml@main
1212
with:
13-
target_branch: workflow/update-proto
13+
target_branch: workflow/update-protos
1414
sdk: typescript
1515
secrets:
1616
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

0 commit comments

Comments
 (0)