fix(updater): 1st attempt to convert to drone
This commit is contained in:
parent
0e6767ab8a
commit
5e9b4a27fa
1 changed files with 4 additions and 8 deletions
12
.github/workflows/updater.yml
vendored
12
.github/workflows/updater.yml
vendored
|
@ -1,12 +1,8 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: Updater
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 20 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
Update-Apks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue