Skip to content
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

Doesn't Work with Cygwin #13

Open
brianpham opened this issue Oct 19, 2021 · 0 comments
Open

Doesn't Work with Cygwin #13

brianpham opened this issue Oct 19, 2021 · 0 comments

Comments

@brianpham
Copy link

I am seeing the following message when trying to use this with cygwin installed. https://github.com/cygwin/cygwin-install-action Does anyone know what I can do to work around this?

D:\a\_temp\6a4be032-3128-4d46-8f83-a5b27c4774fe.sh: line 12: syntax error: unexpected end of file
Error: Process completed with exit code 2.

To Reproduce:

  1. Add the following step to the workflow.
runs-on: windows-2019
- uses: cygwin/cygwin-install-action@master

- name: Create SSH Session
      uses: luchihoratiu/debug-via-ssh@main
      with:
          NGROK_AUTH_TOKEN: "<>"
          SSH_PASS: "<>"
  1. The Create Debug Session will fail with the following error. D:\a\_temp\6a4be032-3128-4d46-8f83-a5b27c4774fe.sh: line 12: syntax error: unexpected end of file Error: Process completed with exit code 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant