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
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue relates to code in this repository.
I am seeing the following error: Error: Unable to locate executable file: ssh. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
We have changed the version we are using back and forth and are still having the issue.
Is the image it's pulling missing the ssh executable or is this a misleading error?
The text was updated successfully, but these errors were encountered:
Having the same issue and was able to pin point that this seems to happen only on self-hosted runners due to missing ssh-agent. Using ubuntu-latest and it works.
Thank you 🙇♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue relates to code in this repository.
If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.
Using the checkout action to pull a dependency repository via ssh
I am seeing the following error:
Error: Unable to locate executable file: ssh. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
We have changed the version we are using back and forth and are still having the issue.
Is the image it's pulling missing the ssh executable or is this a misleading error?
The text was updated successfully, but these errors were encountered: