diff --git a/.github/workflows/upstream pretest.yaml b/.github/workflows/upstream pretest.yaml index 2ee89525..d14c9c33 100644 --- a/.github/workflows/upstream pretest.yaml +++ b/.github/workflows/upstream pretest.yaml @@ -36,7 +36,6 @@ jobs: Get-Service -Name ssh-agent | Set-Service -StartupType Manual Start-Service -Name ssh-agent git config --global core.sshCommand "'C:\\Windows\\System32\\OpenSSH\\ssh.exe'" - ssh -T git@github.com # Set Key File Variable: New-Variable -Name Key -Value "$env:UserProfile\.ssh\id_rsa" @@ -65,6 +64,7 @@ jobs: Write-Host "Adding key ${Key}:" ssh-add $Key Write-Host '-----' + ssh -T git@github.com # Remove Variable: Remove-Variable -Name Key