mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-20 19:11:23 -07:00
Use new URLs for downloading workflows (#5524)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user