You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When i tried to run workflow on self hosted runner with
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
The text was updated successfully, but these errors were encountered: