From cd7e60e008908819affb81aa73a8e5a8b1e81c06 Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Tue, 5 Aug 2025 20:47:28 -0400 Subject: switch from heads to tags in url path (#5638) --- packages/cli/src/ui/commands/setupGithubCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 9dd12292..e330cfab 100644 --- a/packages/cli/src/ui/commands/setupGithubCommand.ts +++ b/packages/cli/src/ui/commands/setupGithubCommand.ts @@ -28,7 +28,7 @@ export const setupGithubCommand: SlashCommand = { } const version = 'v0'; - const workflowBaseUrl = `https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/refs/heads/${version}/examples/workflows/`; + const workflowBaseUrl = `https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/refs/tags/${version}/examples/workflows/`; const workflows = [ 'gemini-cli/gemini-cli.yml', -- cgit v1.2.3