Skip to content

Commit e342208

Browse files
authored
fix: typo workflow_name on gemini-plan-execute (#476)
## Summary Enhancements: - Align the workflow_name metadata in the Gemini plan-execute GitHub workflow and example with the actual workflow file name. Follow up #465
1 parent f34369a commit e342208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gemini-plan-execute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
use_gemini_code_assist: '${{ vars.GOOGLE_GENAI_USE_GCA }}'
6868
use_vertex_ai: '${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
6969
upload_artifacts: '${{ vars.UPLOAD_ARTIFACTS }}'
70-
workflow_name: 'gemini-invoke'
70+
workflow_name: 'gemini-plan-execute'
7171
settings: |-
7272
{
7373
"model": {

examples/workflows/gemini-assistant/gemini-plan-execute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
use_gemini_code_assist: '${{ vars.GOOGLE_GENAI_USE_GCA }}'
6868
use_vertex_ai: '${{ vars.GOOGLE_GENAI_USE_VERTEXAI }}'
6969
upload_artifacts: '${{ vars.UPLOAD_ARTIFACTS }}'
70-
workflow_name: 'gemini-invoke'
70+
workflow_name: 'gemini-plan-execute'
7171
settings: |-
7272
{
7373
"model": {

0 commit comments

Comments
 (0)