Closed WilliamMayor closed 4 years ago
This one removes the need to boot up the SSH agent. It just gives the private key directly to the SSH command via the -i arg.
-i
This PR also removes the public key env var. So that should fix #5.
I've also added more testing things so that I could run the action on my local machine.
This one removes the need to boot up the SSH agent. It just gives the private key directly to the SSH command via the
-i
arg.This PR also removes the public key env var. So that should fix #5.
I've also added more testing things so that I could run the action on my local machine.