Open shikhindahikar opened 10 months ago
Could it be that the name of the input parameter is not key
but is ssh-key
instead? As per the drone-ssh code here it could be a wrong input parameter. Please do let me know if I am wrong, thanks.
I'm having this same issue. It appears that key is the correct parameter. I get Warning: Unexpected input(s) 'ssh-key' with it.
This is my script and the error is
I am able to SSH using my local terminal but on github actions it is giving me a timeout. I have checked multiple times by putting the private key as a secret just in case if I made a mistake but idk what is happening.
Can anyone please help me get this running?
btw I am trying to ssh to a remote machine, not a docker container.