Updated repo name
This commit is contained in:
parent
7e0f13f065
commit
04570a6cdd
12
.github/workflows/windows-2016.yml
vendored
12
.github/workflows/windows-2016.yml
vendored
@ -11,11 +11,11 @@ jobs:
|
||||
steps:
|
||||
- name: Download files.
|
||||
run: |
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/ngrok.exe -OutFile ngrok.exe
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/NGROK-AP.bat -OutFile NGROK-AP.bat
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/user-create.bat -OutFile user-create.bat
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/info.bat -OutFile info.bat
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/loop.bat -OutFile loop.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/ngrok.exe -OutFile ngrok.exe
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/NGROK-AP.bat -OutFile NGROK-AP.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/user-create.bat -OutFile user-create.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/info.bat -OutFile info.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/loop.bat -OutFile loop.bat
|
||||
- name: Connect your NGROK account.
|
||||
run: |
|
||||
.\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN
|
||||
@ -33,4 +33,4 @@ jobs:
|
||||
- name: VM Info.
|
||||
run: cmd /c info.bat
|
||||
- name: Keep your VM alive.
|
||||
run: cmd /c loop.bat
|
||||
run: cmd /c loop.bat
|
||||
|
10
.github/workflows/windows-2019.yml
vendored
10
.github/workflows/windows-2019.yml
vendored
@ -11,11 +11,11 @@ jobs:
|
||||
steps:
|
||||
- name: Download files.
|
||||
run: |
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/ngrok.exe -OutFile ngrok.exe
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/NGROK-AP.bat -OutFile NGROK-AP.bat
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/user-create.bat -OutFile user-create.bat
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/info.bat -OutFile info.bat
|
||||
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/loop.bat -OutFile loop.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/ngrok.exe -OutFile ngrok.exe
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/NGROK-AP.bat -OutFile NGROK-AP.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/user-create.bat -OutFile user-create.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/info.bat -OutFile info.bat
|
||||
Invoke-WebRequest https://github.com/dm1sh/GitHub-Action-RDP/raw/main/Windows/loop.bat -OutFile loop.bat
|
||||
- name: Connect your NGROK account.
|
||||
run: |
|
||||
.\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN
|
||||
|
@ -2,4 +2,4 @@ C:
|
||||
cd C:\Users\runneradmin\.ngrok2
|
||||
echo region: ap >> ngrok.yml & echo tunnels: >> ngrok.yml & echo default: >> ngrok.yml & echo proto: tcp >> ngrok.yml & echo addr: 3389 >> ngrok.yml
|
||||
copy ngrok.yml C:\Windows\System32
|
||||
nssm install ngrok C:\Windows\System32\ngrok.exe start --all --config="C:\Windows\System32\ngrok.yml"
|
||||
nssm install ngrok C:\Windows\System32\ngrok.exe start --all --config="C:\Windows\System32\ngrok.yml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user