-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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
Labels
No labels