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:
- 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

View File

@ -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