Add GitHub action to auto-update weekly

This commit is contained in:
Ashhar Hasan 2020-01-20 04:32:52 +05:30 committed by GitHub
parent 3646be633f
commit 2ed8856fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Auto-Update
on:
schedule:
- cron: "0 0 * * 1"
jobs:
build:
name: Auto-Update
runs-on: ubuntu-latest
steps:
- name: update.sh
run: ./update.sh