Skip to content

Commit 905f30f

Browse files
committed
revert: keep SURFACE as 'GitHub' to avoid breaking downstream telemetry pipelines
1 parent d354f4f commit 905f30f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ runs:
235235
GEMINI_CLI_VERSION: '${{ inputs.gemini_cli_version }}'
236236
EXTENSIONS: '${{ inputs.extensions }}'
237237
USE_PNPM: '${{ inputs.use_pnpm }}'
238-
SURFACE: 'GH'
238+
SURFACE: 'GitHub'
239239
GH_WORKFLOW_NAME: '${{ steps.sanitize_workflow_name.outputs.gh_workflow_name }}'
240240
GH_EVENT_NUMBER: '${{ inputs.github_item_number }}'
241241
shell: 'bash'
@@ -411,7 +411,7 @@ runs:
411411
env:
412412
GEMINI_DEBUG: '${{ fromJSON(inputs.gemini_debug || false) }}'
413413
GEMINI_API_KEY: '${{ inputs.gemini_api_key }}'
414-
SURFACE: 'GH'
414+
SURFACE: 'GitHub'
415415
GOOGLE_CLOUD_PROJECT: '${{ inputs.gcp_project_id }}'
416416
GOOGLE_CLOUD_LOCATION: '${{ inputs.gcp_location }}'
417417
GOOGLE_GENAI_USE_VERTEXAI: '${{ inputs.use_vertex_ai }}'

0 commit comments

Comments
 (0)