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
This solved my problem in particular. Now I can use ls command (for example) without errors, but when script runs code with appleboy/scp-action@master (or other version) I had an error /bin/entrypoint.sh: line 7: sh: not found
Hi!
When I use Github environments in my deploy script, I get a "command not found" error. I add the following code to my script:
This solved my problem in particular. Now I can use ls command (for example) without errors, but when script runs code with appleboy/scp-action@master (or other version) I had an error /bin/entrypoint.sh: line 7: sh: not found
This is my complete .yml script
How can I fix this error or I need to wait for the problem to be resolved on the appleboy/scp-action@master side?
@appleboy
The text was updated successfully, but these errors were encountered: