Skip to content

Commit

Permalink
+27
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 16, 2024
1 parent 074406c commit 3a0d34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
# Set Key File Variable:
New-Variable -Name Key -Value "$env:UserProfile\.ssh\id_rsa"
Expand Down Expand Up @@ -65,6 +64,7 @@ jobs:
Write-Host "Adding key ${Key}:"
ssh-add $Key
Write-Host '-----'
ssh -T [email protected]
# Remove Variable:
Remove-Variable -Name Key
Expand Down

0 comments on commit 3a0d34c

Please sign in to comment.