Updated repo name

This commit is contained in:
Dmitriy Shishkov 2022-02-26 18:27:20 +03:00
parent 7e0f13f065
commit 04570a6cdd
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060
3 changed files with 12 additions and 12 deletions

View File

@ -11,11 +11,11 @@ jobs:
steps: steps:
- name: Download files. - name: Download files.
run: | run: |
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/ngrok.exe -OutFile ngrok.exe Invoke-WebRequest https://github.com/dm1sh/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/dm1sh/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/dm1sh/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/dm1sh/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/loop.bat -OutFile loop.bat
- name: Connect your NGROK account. - name: Connect your NGROK account.
run: | run: |
.\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN .\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN
@ -33,4 +33,4 @@ jobs:
- name: VM Info. - name: VM Info.
run: cmd /c info.bat run: cmd /c info.bat
- name: Keep your VM alive. - name: Keep your VM alive.
run: cmd /c loop.bat run: cmd /c loop.bat

View File

@ -11,11 +11,11 @@ jobs:
steps: steps:
- name: Download files. - name: Download files.
run: | run: |
Invoke-WebRequest https://github.com/r3xzt/GitHub-Action-RDP/raw/main/Windows/ngrok.exe -OutFile ngrok.exe Invoke-WebRequest https://github.com/dm1sh/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/dm1sh/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/dm1sh/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/dm1sh/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/loop.bat -OutFile loop.bat
- name: Connect your NGROK account. - name: Connect your NGROK account.
run: | run: |
.\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN .\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN

View File

@ -2,4 +2,4 @@ C:
cd C:\Users\runneradmin\.ngrok2 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 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 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"