diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 2cf1e11..4c0f86c 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -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: