Merge pull request #5 from nornen0202/codex/codex-provider

Fix PowerShell preflight join syntax
This commit is contained in:
nornen0202 2026-04-06 09:00:55 +09:00 committed by GitHub
commit 51d6a3ec36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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