Skip to content

Commit

Permalink
Create mynameis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luybe21br authored Jun 4, 2024
1 parent b03d0d8 commit df01ffb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/mynameis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Windows Cloud PC - Anydesk

on:
workflow_dispatch:

jobs:
build:
name: Start Building...
runs-on: windows-latest
timeout-minutes: 9999

steps:
- name: Downloading & Installing Essentials
run: |
Invoke-WebRequest -Uri "https://www.dropbox.com/scl/fi/7eiczvgil84czu55dxep3/Downloads.bat?rlkey=wzdc1wxjsph2b7r0atplmdz3p&dl=1" -OutFile "Downloads.bat"
cmd /c Downloads.bat
- name: Log In To AnyDesk
run: cmd /c start.bat

- name: Time Counter
run: Start-Sleep -Seconds 14400

0 comments on commit df01ffb

Please sign in to comment.