-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make this action work on Windows as well #15
Comments
I spend a full day trying to figure this out. The following works for me.
The important parts are to start the other SSH agent ... and to configure git to use the other SSH agent ... Obvouisly |
Yeah this makes sense to me now why it's broken. |
As per the README, Windows isn’t even supported by this action. But if it is possible to get it to work, open a PR! |
Windows actually worked just fine out of the box a week ago. |
Can it be that the |
I searched about this issue. There’s lots of discussions about a breaking changes in some windows 10 update from mid 2018 It sounds like there was a change in the ssh behavior between windows and git. |
@Raynos can you keep us updated here with instructions what is the "right" way to start and/or stop the Maybe we then can find someone to implement Windows support as well. |
The steps I’ve listed above work for me on windows. |
If anybody can help getting this to run, join #17. |
enable eslint codeql checks
When using this github action on windows it's not happy as off two days ago.
I currently get the error
I am currently trying to figure out what changed on windows 2019 on github actions ...
The text was updated successfully, but these errors were encountered: