Sorry if this was asked before, but is there any way to add SSH passphrase option for the action?
So it would be like:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_public_key: ${{ secrets.SSH_PUBLIC_KEY }} ssh_passphrase: ${{ secrets.SSH_PASS_PHRASE }}
Sorry if this was asked before, but is there any way to add SSH passphrase option for the action?
So it would be like:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} ssh_public_key: ${{ secrets.SSH_PUBLIC_KEY }} ssh_passphrase: ${{ secrets.SSH_PASS_PHRASE }}