diff options
| author | Jerop Kipruto <[email protected]> | 2025-08-05 20:47:28 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-05 17:47:28 -0700 |
| commit | cd7e60e008908819affb81aa73a8e5a8b1e81c06 (patch) | |
| tree | 3f0ce85c62880183578c0bc02903ce84c2114199 /packages/cli/src/ui/commands/setupGithubCommand.ts | |
| parent | 59bde4a612df81db901110d396afe1c19f4308a7 (diff) | |
switch from heads to tags in url path (#5638)
Diffstat (limited to 'packages/cli/src/ui/commands/setupGithubCommand.ts')
| -rw-r--r-- | packages/cli/src/ui/commands/setupGithubCommand.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
