Compare commits

..

No commits in common. "91900ad4a613e24aa1f7674767f1364212f083e0" and "d5fa6cff6a325db865050dda8d66caaa716adac0" have entirely different histories.

View file

@ -1,21 +0,0 @@
name: Updater
on:
schedule:
- cron: '0 7 * * *'
jobs:
Update-Apks:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v2
- uses: https://github.com/actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- run: apt update
- run: apt install -y --no-install-recommends python3-venv python3.9 python3-pip
- run: python3 -m pip install pipx
- run: pipx install pipenv
- run: /root/.local/bin/pipenv install
working-directory: updater
- run: /root/.local/bin/pipenv --python /usr/bin/python3.9 run python main.py
working-directory: updater