Skip to content

Commit

Permalink
+13
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 16, 2024
1 parent 3fc9035 commit a43bd9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
Start-Service -Name ssh-agent
$ssh_key = '${{ secrets.SSH_KEY }}'
ssh-add - $ssh_key
# $ssh_key | Set-Content ''
$ssh_key | Set-Content 'ssh_key'
ssh-add 'ssh_key'
# - uses: webfactory/ssh-agent@v0.9.0
# with:
Expand Down

0 comments on commit a43bd9b

Please sign in to comment.