summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/commands/setupGithubCommand.ts
diff options
context:
space:
mode:
authorSeth Vargo <[email protected]>2025-08-04 16:10:36 -0400
committerGitHub <[email protected]>2025-08-04 20:10:36 +0000
commit37b83e05a71690d4d8f72f6bddb63435c31a5a01 (patch)
tree2ff048526d361ffd57e8ddb98db134b52265ac10 /packages/cli/src/ui/commands/setupGithubCommand.ts
parent5caf23d627829a28adb78f038170689155b17150 (diff)
Use new URLs for downloading workflows (#5524)
Diffstat (limited to 'packages/cli/src/ui/commands/setupGithubCommand.ts')
-rw-r--r--packages/cli/src/ui/commands/setupGithubCommand.ts5
1 files changed, 2 insertions, 3 deletions
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',