Fix setup-github-secrets.ps1 syntax error

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
bujie9527
2026-02-05 16:48:35 +08:00
parent ee626f01d8
commit fcdfaf01fb

View File

@@ -10,6 +10,7 @@ $sshKeyPubPath = "$sshKeyPath.pub"
Write-Host "检查 SSH 密钥..." -ForegroundColor Yellow
$useExisting = $false
if (Test-Path $sshKeyPath) {
Write-Host "✓ 找到现有 SSH 密钥: $sshKeyPath" -ForegroundColor Green
$regenerate = Read-Host "是否重新生成? (y/n)"