diff options
| author | Seth Vargo <[email protected]> | 2025-08-04 16:10:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-04 20:10:36 +0000 |
| commit | 37b83e05a71690d4d8f72f6bddb63435c31a5a01 (patch) | |
| tree | 2ff048526d361ffd57e8ddb98db134b52265ac10 /packages/cli/src/ui/commands/setupGithubCommand.test.ts | |
| parent | 5caf23d627829a28adb78f038170689155b17150 (diff) | |
Use new URLs for downloading workflows (#5524)
Diffstat (limited to 'packages/cli/src/ui/commands/setupGithubCommand.test.ts')
| -rw-r--r-- | packages/cli/src/ui/commands/setupGithubCommand.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/commands/setupGithubCommand.test.ts b/packages/cli/src/ui/commands/setupGithubCommand.test.ts index fe68be0c..7c654149 100644 --- a/packages/cli/src/ui/commands/setupGithubCommand.test.ts +++ b/packages/cli/src/ui/commands/setupGithubCommand.test.ts @@ -49,7 +49,7 @@ describe('setupGithubCommand', () => { `curl -fsSL -o "${fakeRepoRoot}/.github/workflows/gemini-issue-automated-triage.yml"`, `curl -fsSL -o "${fakeRepoRoot}/.github/workflows/gemini-issue-scheduled-triage.yml"`, `curl -fsSL -o "${fakeRepoRoot}/.github/workflows/gemini-pr-review.yml"`, - 'https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/refs/heads/main/workflows/', + 'https://raw.githubusercontent.com/google-github-actions/run-gemini-cli/refs/heads/v0/examples/workflows/', ]; for (const substring of expectedSubstrings) { |
