We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d354f4f commit 905f30fCopy full SHA for 905f30f
1 file changed
action.yml
@@ -235,7 +235,7 @@ runs:
235
GEMINI_CLI_VERSION: '${{ inputs.gemini_cli_version }}'
236
EXTENSIONS: '${{ inputs.extensions }}'
237
USE_PNPM: '${{ inputs.use_pnpm }}'
238
- SURFACE: 'GH'
+ SURFACE: 'GitHub'
239
GH_WORKFLOW_NAME: '${{ steps.sanitize_workflow_name.outputs.gh_workflow_name }}'
240
GH_EVENT_NUMBER: '${{ inputs.github_item_number }}'
241
shell: 'bash'
@@ -411,7 +411,7 @@ runs:
411
env:
412
GEMINI_DEBUG: '${{ fromJSON(inputs.gemini_debug || false) }}'
413
GEMINI_API_KEY: '${{ inputs.gemini_api_key }}'
414
415
GOOGLE_CLOUD_PROJECT: '${{ inputs.gcp_project_id }}'
416
GOOGLE_CLOUD_LOCATION: '${{ inputs.gcp_location }}'
417
GOOGLE_GENAI_USE_VERTEXAI: '${{ inputs.use_vertex_ai }}'
0 commit comments