Skip to content

Commit

Permalink
+19
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 16, 2024
1 parent a37197f commit d7b81f6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
# Start-Service -Name ssh-agent
where.exe start-ssh-agent
start-ssh-agent
git config --global core.sshCommand "'C:\\Windows\\System32\\OpenSSH\\ssh.exe'"
# git config --global core.sshCommand "'C:\\Windows\\System32\\OpenSSH\\ssh.exe'"
Write-Host "UserName: $env:UserName"
Write-Host "UserProfile: $env:UserProfile"
Write-Host "ssh-add:" (where.exe ssh-add)
Write-Host "ssh:"
where.exe ssh
Write-Host "ssh-add:"
where.exe ssh-add
Write-Host '-----'
# Set Key File Variable:
New-Variable -Name Key -Value "$env:UserProfile\.ssh\id_rsa"
Expand All @@ -57,8 +59,10 @@ jobs:
# Verify:
Icacls $Key
Write-Host 'Adding key:'
ssh-add $Key
Write-Host '-----'
# Remove Variable:
Remove-Variable -Name Key
Expand Down

0 comments on commit d7b81f6

Please sign in to comment.