mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
switch from heads to tags in url path (#5638)
This commit is contained in:
parent
59bde4a612
commit
cd7e60e008
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue