ssh-action
ssh-action copied to clipboard
unable to prepare context: path "/opt/actions-runner/_work/_actions/appleboy/ssh-action/master" not found
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