Skip to content

Commit

Permalink
Create workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CoiaPrant authored Jan 26, 2022
1 parent fa7eee8 commit 0576c24
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Hax Auto Renew'

on:
workflow_dispatch:
schedule:
- cron: '0 13 */4 * *'
jobs:
hax_renew:
runs-on: windows-2022

steps:
- name: 'Renewing Hax VPS ....'
run: |
cmd /c curl -sSL -O https://github.com/CoiaPrant/Hax_extend/raw/main/HaxAutoReNew.exe
#cmd /c HaxAutoReNew.exe -user "USERNAME" -password "PASSWORD"

0 comments on commit 0576c24

Please sign in to comment.