From 04570a6cdd9b7b682a79c9812bd257527b0afd1e Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sat, 26 Feb 2022 18:27:20 +0300 Subject: [PATCH] Updated repo name --- .github/workflows/windows-2016.yml | 12 ++++++------ .github/workflows/windows-2019.yml | 10 +++++----- Windows/NGROK-AP.bat | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/windows-2016.yml b/.github/workflows/windows-2016.yml index 1c650ee..7ef6093 100644 --- a/.github/workflows/windows-2016.yml +++ b/.github/workflows/windows-2016.yml @@ -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 \ No newline at end of file + run: cmd /c loop.bat diff --git a/.github/workflows/windows-2019.yml b/.github/workflows/windows-2019.yml index 06984af..ed1a265 100644 --- a/.github/workflows/windows-2019.yml +++ b/.github/workflows/windows-2019.yml @@ -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 diff --git a/Windows/NGROK-AP.bat b/Windows/NGROK-AP.bat index b0ff9a2..f17cfb3 100644 --- a/Windows/NGROK-AP.bat +++ b/Windows/NGROK-AP.bat @@ -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" \ No newline at end of file +nssm install ngrok C:\Windows\System32\ngrok.exe start --all --config="C:\Windows\System32\ngrok.yml"