Milton Javier Camelo Arango

Results 2 comments of Milton Javier Camelo Arango

I got the same error ![image](https://user-images.githubusercontent.com/40079400/92851277-fb0ec980-f3b2-11ea-82ff-bf92bf58ba04.png) My action file ``` name: deploy on: push: branches: [ master ] jobs: deploy: runs-on: ubuntu-latest steps: - name: Connect and run Scripts uses:...

I just resolve the issue my RSA PRIVATE KEY was incomplete Try to run `cat ~/.ssh/id_rsa` Thx.