Skip to content

Commit

Permalink
+12
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 12, 2024
1 parent bf36050 commit 1814009
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
git config --global core.autocrlf false
# git config --global --add url.https://github.com/.insteadOf "git@github.com:"
Get-Service ssh-agent
Get-Service ssh-agent | Select StartType
# Get-Service ssh-agent
# Get-Service ssh-agent | Select StartType
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Start-Service -Name ssh-agent
$ssh_key = '${{ secrets.SSH_KEY }}'
ssh-add - $ssh_key
Expand Down

0 comments on commit 1814009

Please sign in to comment.