Skip to content

Commit 82681d7

Browse files
Potential fix for pull request finding 'CodeQL / Syntax error'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 51889c9 commit 82681d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/postprocess-smoke-workflows.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ describe('copilotModelEmptyFallbackRegex', () => {
378378

379379
it('should not modify already-correct fallback', () => {
380380
const input =
381-
` COPILOT_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || '${EXPECTED_COPILOT_MODEL_FALLBACK}' }}\n`;
381+
" COPILOT_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || 'claude-opus-4.6' }}\n";
382382
const result = input.replace(
383383
copilotModelEmptyFallbackRegex,
384384
`$1'${EXPECTED_COPILOT_MODEL_FALLBACK}'$2`

0 commit comments

Comments
 (0)