Fix PowerShell preflight join syntax

This commit is contained in:
nornen0202 2026-04-06 09:00:32 +09:00
parent 52a5b1c792
commit 9d75fa2d6e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
")", ")",
"print('Codex account:', result.account)", "print('Codex account:', result.account)",
"print('First available models:', ', '.join(result.models[:8]))" "print('First available models:', ', '.join(result.models[:8]))"
) -join \"`n\" ) -join "`n"
$script | python - $script | python -
- name: Run scheduled analysis and build site - name: Run scheduled analysis and build site