From 37b83e05a71690d4d8f72f6bddb63435c31a5a01 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 4 Aug 2025 16:10:36 -0400 Subject: Use new URLs for downloading workflows (#5524) --- packages/cli/src/ui/commands/setupGithubCommand.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'packages/cli/src/ui/commands/setupGithubCommand.ts') diff --git a/packages/cli/src/ui/commands/setupGithubCommand.ts b/packages/cli/src/ui/commands/setupGithubCommand.ts index 14314423..9dd12292 100644 --- a/packages/cli/src/ui/commands/setupGithubCommand.ts +++ b/packages/cli/src/ui/commands/setupGithubCommand.ts @@ -27,9 +27,8 @@ export const setupGithubCommand: SlashCommand = { throw new Error('Unable to determine the Git root directory.'); } - // TODO(#5198): pin workflow versions for release controls - const version = 'main'; - const workflowBaseUrl = `https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/refs/heads/${version}/workflows/`; + const version = 'v0'; + const workflowBaseUrl = `https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/refs/heads/${version}/examples/workflows/`; const workflows = [ 'gemini-cli/gemini-cli.yml', -- cgit v1.2.3