Skip to content

Fails on Windows Github CI with powershell #50

Description

@madhavajay

Hi,
I have tried a task like this:

- name: tunshell
      run: |
        [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; &$([scriptblock]::Create((New-Object System.Net.WebClient).DownloadString('https://lets.tunshell.com/init.ps1'))) xxxxx au.relay.tunshell.com
      shell: powershell

And I also tried shell: pwsh but they both give the following error on my side or the web browser version.

[2022-08-03T04:11:54Z ERROR client] Error occurred: shell server returned an error

    Caused by:
        expected value at line 1 column 1

Any ideas why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions