Updated repo name
This commit is contained in:
parent
7e0f13f065
commit
04570a6cdd
10
.github/workflows/windows-2016.yml
vendored
10
.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
|
||||
|
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user