ssh-action icon indicating copy to clipboard operation
ssh-action copied to clipboard

unable to prepare context: path "/opt/actions-runner/_work/_actions/appleboy/ssh-action/master" not found

Open PavankumarChunduru opened this issue 3 years ago • 0 comments

When i tried to run workflow on self hosted runner with

  • name: executing remote ssh commands using private key uses: appleboy/ssh-action@master with: host: ${{ secrets.SSH_HOST_36 }} username: ${{ secrets.SSH_USERNAME_36 }} key: ${{ secrets.SSH_KEY_36 }} script: |

I am getting below error when building appleboy/ssh-action

unable to prepare context: path "/opt/actions-runner/_work/_actions/appleboy/ssh-action/master" not found Warning: Docker build failed with exit code 1, back off 9.798 seconds before retry.

Please help me resolving this issue

PavankumarChunduru avatar Jun 27 '22 10:06 PavankumarChunduru