Use new URLs for downloading workflows (#5524)

This commit is contained in:
Seth Vargo
2025-08-04 16:10:36 -04:00
committed by GitHub
parent 5caf23d627
commit 37b83e05a7
2 changed files with 3 additions and 4 deletions

View File

@@ -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) {