Open shaneoreilly opened 5 months ago
Thanks for raising this and for using this action. Can you try running the action again with debug mode enabled? This should hopefully provide more information.
Otherwise, I would say you might have an error in the way you are providing the certificate. (I.e. newline characters or potential spaces at the start).
Also, have you used this action before, or is this your first time?
Hi there,
I'm using this script as part of GitHub actions to deloy code to a server, but no matter what I change, I keep getting:
Error: connect: Cannot parse privateKey: Unsupported key format
The SSH_KEY format is RSA, 2048-bit:
I've also tried with RSA-4096 and it's the same error Here is the deploy.yml file:
Any ideas what could be causing this??